body {
  margin: 0;
}
header {
  width: 100vw;
  height: 12vh;
  font-size: 4rem;
  box-shadow: 0 0 8px 0 rgba(10, 10, 10, 0.2), 0 0 8px 0 rgba(10, 10, 10, 0.2);
  font-family: "Fondamento", cursive;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main {
  width: 100vw;
  height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #434445;
}
button {
  height: 2em;
  min-width: 6em;
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  margin: 8px 16px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  background-color: #434445;
  color: #f2f3f0;
  text-align: center;
  border-radius: 1rem;
}
button:focus {
  outline: 0;
}
span {
  font-size: 8rem;
  color: #f2aa17;
  margin: 0 5vw;
  padding: 0 5vw;
  width: 20vw;
}
div {
  height: 30vh;
  width: 80vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
