body,
html {
  height: 100%;
  margin: 0;
}

.bg {
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* This is the text and button */
.centered {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* This is for the clock */
#time {
  font-size: 5rem;
  /* color: #fff; */
  color: #333333; /* Hide for the winter bg */
  letter-spacing: 3px;
}

/* This is the Weather API Details & Placement */
.weather {
  position: absolute;
  top: .5rem;
  right: 1rem;
  font-size: 1rem;
  color: #000; Hide for the winter bg
}
