@font-face {
    font-family: ComicNeue;
    src: url(/fonts/ComicNeue-Bold.ttf);
  }

body {
    background-color: #FFF0F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'ComicNeue', sans-serif;
    overflow-y: hidden;
}
h1{
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
    text-align: center;
    margin-top : 10vh;
}

@media (min-width: 768px) {
  .h1 {
    margin-top: 50px;
  }
}


#cute-img{
    max-width: 400px;
    width: 300px;
    max-height: 300px;
    margin-top: 20px;
}


.started{
    opacity: 0;
    transition: 3s ease-in-out;
}
.button-container {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.button-simple {
    background-color: #FFF0F5;
    border: 1px solid #AAA;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #777;
    transition: background-color 0.3s ease;

}
#overlay{
    height: 100vh;
    width: 100vw;
    /* background-color: #ffdeda; */
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlay .bg {
    height: 100vh;
    width: 100vw;
    background-color: #FFF0F5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.overlay-btn{
    border :none;
    background-color: transparent;
    z-index: 99;
}
.clicked{
    translate: 0 100vh;
    /* scale : 0; */
    transition: 1s ease-in-out;
}



.button-74 {
  font-family: 'ComicNeue', sans-serif;
  background-color: #fbeee0;
  border: 2px solid #422800;
  border-radius: 30px;
  box-shadow: #422800 4px 4px 0 0;
  color: #422800;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  padding: 0 18px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-74:hover {
  background-color: #fff;
}

.button-74:active {
  box-shadow: #422800 2px 2px 0 0;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-74 {
    min-width: 120px;
    padding: 0 25px;
  }
}
  




/* CSS */
.button-56 {
  align-items: center;
  background-color: #fee6e3;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: 'ComicNeue', sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-56:hover {
  outline: 0;
  background-color: #FFF;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}

.hidden {
    display: none !important;
}


.random-1{
  top : 20vh;
  left : 10vw;
  position : absolute

}
.random-2{
  top : 50vh;
  left : 70vw;
  position : absolute
}

.random-3{
  top : 85vh;
  left : 10vw;
  position : absolute
}

.random-4{
  top : 80vh;
  left : 20vw;
  position : absolute
}


/* CSS */
.button-50 {
  appearance: button;
  background-color: 	#fde3c6;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: inline-block;
  font-family: ComicNeue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
  background-color: #FFF;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

.negative {
  background-color: #AAF2F2 !important;
}