
@import url('https://fonts.googleapis.com');
.hero {
  height: 100vh; 
  display: flex;
  flex-direction: column; /* Keeps content stacked vertically */
  justify-content: center;
  align-items: center;
  text-align: center;
  
  /* Your Light Blue Background (Hex: #97E0FF) */
  background-color: rgb(151, 224, 255); 
  
  color: #333; 
  font-family: sans-serif;
}

.font-dm-sans{
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  font-size: 1.25rem;
}

.cta-btn {
  padding: 12px 24px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  font-weight: bold;
}

.my-hero-font {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 550; 
  font-style: normal;
  font-size: 6rem;
}

.play-small {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600; 
  font-style: normal;
  font-size: 2rem;
}
