html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.logo-src {
    max-height: 75vh;
    max-width: 100vw;
}

.coming-soon {
    font-size: 120px;
    font-family: 'ABCTeacher Regular';
}

.responsive-text {
    font-size: clamp(3rem, 2vw + 3rem, 9rem);
}

.responsive-text-small {
    font-size: clamp(0.5rem, 2vw + 0.5rem, 1rem);
}

@media screen and (max-width: 600px) {
    .logo {
        max-height: 75vh;
    }
}

@font-face {
    font-family: 'ABCTeacher Regular';
    src: url('font/AbcTeacher\ Regular.ttf');
}
