html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  overscroll-behavior-x: none;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #EFEFEF linear-gradient(to bottom, #F3E4FF, #EFEFEF);
}

h1, h2 {
  font-family: 'Kanit', Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  margin: 0;
  background: -webkit-linear-gradient(#9A33EA, #662E9B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 3.4rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.7rem;
}

img {
  height: 6rem;
}

#emojis {
  position: absolute;
  top: 20vh;
  height: 25vh;
  width: 100%;
}

#smiling {
  font-size: 3rem;
  position: absolute;
  top: 10%;
  left: 35%;
  transform: rotate(-10deg);
}

#note {
  font-size: 3rem;
  position: absolute;
  top: 25%;
  left: 15%;
  transform: rotate(-10deg);
}

#heart-eyes {
  font-size: 3rem;
  position: absolute;
  top: 25%;
  right: 10%;
  transform: rotate(10deg);
}

#thinking {
  font-size: 2.5rem;
  position: absolute;
  top: 30%;
  right: 35%;
  transform: rotate(20deg);
}

#heart-smile {
  font-size: 2rem;
  position: absolute;
  bottom: 25%;
  left: 35%;
  transform: rotate(-20deg);
}

#check-mark {
  font-size: 1.5rem;
  position: absolute;
  bottom: 10%;
  right: 25%;
  transform: rotate(10deg);
}

#cross-mark {
  font-size: 1.5rem;
  position: absolute;
  bottom: 0;
  left: 15%;
  transform: rotate(-15deg);
}
