.landing-page-container {
    font-family: 'DM Sans';
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    transition: all 2s ease ;
}

.landing-page-content {
    padding-top: calc( (50vh) - 193.645px);
    display: flex; 
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    align-items: center;
}
.logo-image {
    width: 193px;
    height: 40px;
}
.launch-soon {
    margin-top: 70px;
    background-color: white;
    border-radius: 100px;
    padding: 10px;
}
.description {
    padding-top: 24px;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 55.54px;
}