@import "https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap";
* {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  background-image: url("background.de7f9990.jpg");
  background-size: 100vw;
  font-family: "Press Start 2P", serif;
}

html {
  box-sizing: border-box;
}

header {
  height: 25vw;
  border-bottom: none;
  position: relative;
}

main {
  height: 25vw;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.left {
  height: 30vh;
  width: 20%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.middle {
  height: 50vh;
  width: 50%;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
  display: flex;
}

.right {
  height: 30vh;
  width: 20%;
  font-size: 1.5rem;
}

h1 {
  text-align: center;
  width: 100%;
  font-size: 4rem;
  position: absolute;
  top: 30%;
}

.animal {
  text-align: center;
  width: 100%;
  font-size: 4rem;
  position: absolute;
  top: 60%;
}

.description {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.muteBtn {
  width: 36px;
  height: 36px;
  background-color: #07c407;
  background-image: url("speaker32x32.e6289bd8.png");
  position: absolute;
  top: 2%;
  right: 1%;
}

.muteBtn:hover {
  color: #d4e2e2;
  background-color: #302f2f;
}

.again {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.guess {
  color: inherit;
  width: 25rem;
  text-align: center;
  background: none;
  border: .2rem solid #000;
  margin-bottom: 3rem;
  padding: 2rem;
  font-family: inherit;
  font-size: 2rem;
}

.guess:focus {
  outline: none;
}

.btn {
  color: inherit;
  cursor: pointer;
  background-color: #d4e2e2;
  padding: 1.5rem;
  font-family: inherit;
  font-size: 1.6rem;
}

.btn:hover {
  color: #d4e2e2;
  background-color: #302f2f;
}

.description {
  top: 5%;
  left: 79%;
}

.start {
  text-align: center;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.label-score {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.hidden {
  display: none;
}

footer {
  width: 100%;
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
}

.contribution {
  text-align: right;
}

.next {
  text-align: center;
  position: absolute;
  bottom: -90%;
  left: 50%;
  transform: translate(-50%, 50%);
}

/*# sourceMappingURL=index.3a01df49.css.map */
