body {
  text-align: center;
  font-family: Montserrat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: url("../img/yasaka-pagoda-sannen-zaka-street-kyoto-japan.jpg")
    no-repeat;
  background-size: cover;
  background-position: center;
}

main {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 50px 0;
}

.timer {
  display: flex;
}

.box {
  width: 25%;
}

h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h3 {
  color: #ed1857;
  font-size: 100px;
  margin-bottom: 20px;
  font-family: monallesia;
}
