* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Oswald", sans-serif;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-image: url("images/day.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #000;
  font-weight: 400;
}

#time {
  font-weight: 700;
  font-size: 8rem;
}

h1 {
  margin-bottom: 3rem;
}
h2 {
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

@media (max-width: 700px) {
  #time {
    font-size: 6rem;
  }
}
.trans {
  color: transparent;
}
