.tagline {
    position: relative;
    z-index: 1;
    min-height: 20vh;
    padding: 5vh var(--page-inline-margin) 0;
    box-sizing: border-box;
}

.typing-line {
    color: white;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 4em;
    margin-right: 2em;
}

.mirrored {
    display: inline-block;
    transform: scaleX(-1);
}

.header{
    color: white;
    font-family: "Oswald", "Open Sans", Arial, sans-serif;
    max-width: 13ch;
    margin: 0 auto;
    font-size: 8.6vh;
    font-weight: 500;
    line-height: 0.9;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance;
}

.tag{
    color: white;
    font-family: "Oswald", "Open Sans", Arial, sans-serif;
    font-size: 3vh;
    font-weight: 450;
    width: 50%;
    text-align: justify;
}

@media (max-width: 980px) {
    .typing-line {
        font-size: 2rem;
        margin-right: 0;
    }

    .header {
        max-width: 11ch;
        margin: 0 auto;
        text-align: center;
        font-size: 3rem;
        line-height: 0.98;
        overflow-wrap: break-word;
    }

    .tag {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.45;
        text-align: left;
    }
}

@media (max-width: 390px) {
    .header {
        font-size: 2.45rem;
    }
}
