body {
margin: 0;
padding: 0;
background-color: #f3557d;
font-family: Arial, sans-serif;
}


.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
color: white;
}


.title {
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 4rem;
margin: 0;
}


.subtitle {
font-family: "Lucida Handwriting", cursive;
color: #e9e55a;
font-size: 2rem;
margin: 10px 0;
}


.soon {
font-size: 1.5rem;
margin-top: 20px;
color: white;
}