

 
    #myButton {
      position: relative; /* Necessary for marginLeft to work correctly */
    }
    <style>
    .rotated {
      display: inline-block; /* Ensures the element respects the transform */
      transform: rotate(45deg); /* Rotates the element 45 degrees */
    }
    .rotated {
      display: inline-block;
      transform: rotate(45deg); /* Adjust the angle as needed */
      transition: transform 0.3s ease; /* Optional: Smooth rotation */
    }

    .rotated:hover {
      transform: rotate(90deg); /* Rotate further on hover */
    }
    .unbounded-prinka {
      font-family: "Unbounded", sans-serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
    }
     
    .grand-hotel-regular {
      font-family: "Grand Hotel", cursive;
      font-weight: 400;
      font-style: normal;
    }

    .alfa-slab-one-regular {
      font-family: "Alfa Slab One", serif;
      font-weight: 400;
      font-style: normal;
    }

  .bangers-regular {
      font-family: "Bangers", system-ui;
      font-weight: 400;
      font-style: normal;
    }

    .great-vibes-regular {
      font-family: "Great Vibes", cursive;
      font-weight: 400;
      font-style: normal;
    }

    .single-day-regular {
      font-family: "Single Day", cursive;
      font-weight: 400;
      font-style: normal;
    }
    .pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.shadows-into-light-regular {
  font-family: "Shadows Into Light", cursive;
  font-weight: 400;
  font-style: normal;
}

.zeyada-regular {
  font-family: "Zeyada", cursive;
  font-weight: 400;
  font-style: normal;
}
.lovers-quarrel-regular {
  font-family: "Lovers Quarrel", cursive;
  font-weight: 400;
  font-style: normal;
}
.henny-penny-regular {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}
.mountains-of-christmas-regular {
  font-family: "Mountains of Christmas", serif;
  font-weight: 400;
  font-style: normal;
}

.mountains-of-christmas-bold {
  font-family: "Mountains of Christmas", serif;
  font-weight: 700;
  font-style: normal;
}
.Gochi {
            font-family: 'Gochi Hand', cursive;
             font-weight: 700;
           font-style: normal;
        }