body {
  font-family: Arial, sans-serif;
  background: linear-gradient(to right, #007BFF, #00C6FF);
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

.Opening {
  height: 50vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
}
.Timebox{
  display: flex;
  gap: 90px;
}