body {
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  user-select: none;
  background-color: #f6f6f6;
}

h1 {
  margin-top: 5rem;
}

h2 {
  font-weight: 500 !important;
}

.card {
  min-width: 12rem;
  max-width: 18rem;
  height: 13rem;
  box-shadow: 4px 4px 4px #ccc;
}

.emoji-border {
  border: 2px solid #222;
  border-radius: 50%;
}

#color-wrapper,
#eyes-wrapper {
  cursor: pointer;
}

#color-wrapper > div {
  height: 3rem;
  width: 3rem;
}

.image-box > div {
  border: 2px solid #222;
  height: 2rem;
  background-color: #f6f6f6;
}

.image-box img {
  height: 100%;
  width: 100%;
}

#emoji-box > div {
  height: 7rem;
  width: 7rem;
  background-color: yellow;
}

#emoji {
  position: relative;
}

#emoji-eyes {
  position: absolute;
  top: 1.2rem;
  left: 0.9rem;
  width: 5rem;
  height: 3rem;
}

#emoji-mouth {
  position: absolute;
  top: 4.25rem;
  left: 1.9rem;
  width: 3rem;
  height: 2rem;
}

i {
  margin: 0 0.5rem;
  cursor: pointer;
  font-size: 1.5rem;
}

#emoji-box:fullscreen {
  height: 100dvh;
  width: 100dvh;
}

#emoji-box:fullscreen > #emoji {
  scale: 2;
}

#emoji-box:fullscreen > h2 {
  font-size: 3rem;
  padding-bottom: 4rem;
}
