.large_logo {
    max-width: 25vw;
}

.coming_soon_text {
    font-size: 3.5rem !important;
}

.subtitle_text {
    font-size: 1.5rem !important;
}

@media (max-width: 768px) {
    .large_logo {
        max-width: 80vw;
    }

    .coming_soon_text {
        font-size: 3rem !important;
    }

    .subtitle_text {
        font-size: 1.2rem !important;
    }
}