p {
  display: inline-block;
  font-size: 50px;
  margin-top: 20px;
  font-family: "Courier New", monospace;
}


.timer {
 background-color: cornflowerBlue;
 padding: 50px; 
 text-align: center;
 color: white;
 font-family: "Courier New", monospace;
}

.imgContainer {
 display: flex;
 justify-content: center; 
 padding: 100px;
 background-color: black;
}


