html {
  font-family: "Roboto", sans-serif;
  padding: 3vw 13vw;
  max-width: 1300px;
  margin: 0 auto;
}

header {
  display: inline-block;
  font-size: calc(40px + 1vw);
  margin-top: 4vw;
  margin-bottom: 4vw;
}

h1,
h2 {
  text-align: center;
}

a {
  text-decoration: none;
}

.link {
  color: black;
}

.link:hover {
  color: #d4a405;
}

#main-link {
  border-bottom: 0.3vw solid black;
}

#main-link:hover {
  border-bottom: 0.3vw solid #d4a405;
  color: #d4a405;
}

#container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.mole {
  flex-grow: 1;
  opacity: 0;
  height: 250px;
  color: white;
}

.mole.visible {
  cursor: pointer;
}

.mole-img {
  /* opacity: 0.0; */
  width: 100%;
}

.visible {
  opacity: 1;
}

#btn-container {
  display: flex;
  justify-content: center;
}

#btn {
  font-size: large;
}

.scores {
  display: flex;
  justify-content: center;
}
