body {
  font-family: "Space Mono", monospace;
  color: white;
  background-color: black;
  height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}

countdown{
  font-family: "Space Mono", monospace;
  color: white;
  font-size: 75px;
}



.icon > a >img{
  width: 100px;
  border-radius: 50px;

  
}

.learn-more > a > button {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  width: 180px;
  margin-top: 78px;
  height: 55px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}