*{
  padding: 0;
  margin: 0;

  box-sizing: border-box;
  font-family: "Schoolbell", cursive;
  
}
body{
  background-color: rgb(247, 101, 169)

}

.hero{    
  text-align: center;
  height: 100vh;
  background: linear-gradient(to right, #ff7eb9, #ff65a3, #ff4e92);
  

  color: white;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.627); 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  

}

.hero h1{
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 600;
  
}

.hero h4{
  margin-top: 20px;
  font-size: 0.9rem;
}

.timeBox h2{
  font-size: 2rem;
  font-weight: 100;
}

span.unnamed {
  color: rgb(0, 0, 0); 
  font-weight: bold; 
  font-size: 2rem;
}



.timeBox{
  display: flex;
  gap: 40px;

  
  
}

.timer{
  align-items: center;
}