* {
  box-sizing: border-box;
}

body {
  font-family: 'Jersey 10', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  --brown: #502407;
}
.wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* opacity: 0.2; */
}
.menu {
  position: relative;
  gap: 20px;
  padding: 40px 24px 20px;
  min-width: 300px;
  max-width: 320px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--brown);
  color: #fff;
  text-align: justify;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 8px calc(100% / 15 - 14px) 0;
  display: flex;
  justify-content: space-between;
}

label {
  font-size: 18px;
  color: var(--brown);
}

h1,
h2,
p {
  margin: 0;
  letter-spacing: 1px;
}

h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: -5px;
  text-align: left;
}

h1 span {
  color: #fbeca2;
}

p {
  font-size: 20px;
  margin-bottom: 10px;
}

button {
  font-family: 'Jersey 10', sans-serif;
  border: 0;
  background-color: #ec6a91;
  color: #fff;
  padding: 8px 20px;
  font-size: 30px;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  /* text-transform: uppercase; */
}

button:hover {
  background-color: #4cb4c2;
}

.start-btn {
  margin-top: 10px;
}

.sign {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  text-transform: none;
  z-index: 1;
}

a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}

a:hover {
  text-decoration: underline;
}

.d-none {
  display: none;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: var(--brown);
  width: 100%;
  padding: 8px;
  z-index: 1;
}

footer > button {
  background-color: #cf8b54;
  padding: 8px 12px;
  font-size: 18px;
  z-index: 1;
}

.sound-btn {
  margin-right: 5px;
}

.sticker {
  position: absolute;
  --size: 64px;
  width: var(--size);
  height: var(--size);
  background-image: url('../assets/stickers.png');
  background-size: calc(var(--size) * 10) var(--size);
  image-rendering: pixelated;
}

.puppy-1 {
  top: -30px;
  left: -15px;
}

.puppy-2 {
  bottom: -25px;
  right: 2px;
  background-position: calc(var(--size) * -1), 0;
}

.puppy-3 {
  bottom: 23px;
  left: -25px;
  background-position: calc(var(--size) * -2), 0;
}

.puppy-4 {
  top: -20px;
  left: -15px;
  background-position: calc(var(--size) * -3), 0;
}

.puppy-5 {
  top: 45px;
  right: -28px;
  background-position: calc(var(--size) * -4), 0;
}

.brush {
  bottom: 47px;
  left: 5px;
  background-position: calc(var(--size) * -8), 0;
}

.bowl {
  top: 40px;
  right: -20px;
  background-position: calc(var(--size) * -7), 0;
}

.bone {
  bottom: 40px;
  right: -15px;
  background-position: calc(var(--size) * -6), 0;
}

.ball {
  bottom: 5px;
  right: 35px;
  background-position: calc(var(--size) * -5), 0;
}

.paw {
  top: -25px;
  right: 10px;
  background-position: calc(var(--size) * -9), 0;
}
