/* text styles */
body {
  font-family: "Lato", san-sans-serif;
font-weight: 700;
  background-color: black;
  font-size: 16px;
  text-align: center;
  color: white;

}

.container {
  width: 375px;
  /* height: 667px; */
  margin: 0 auto;
  background-image: url("../images/Countdown.gif"); /* The image used */
 height: 667px; /* You must set a specified height */
 background-position: center; /* Center the image */
 background-repeat: no-repeat; /* Do not repeat the image */
 background-size: cover; /* Resize the background image to cover the entire container */
  /* padding: 0px 16px 0 16px; */
}
