.headerDiv {
    height: 8vh;
    margin: 0;
    display: inline;
}

@media screen and (orientation: landscape) {
    .headerText {
        color: #3c7cff;
        font-size: 6vh;
        margin: 1vh 1vw;
        font-family: "GOST Type B";
        display: inline;
        position: relative;
        bottom: 1vh;
    }

    .headerLogo {
        height: 6vh;
        display: inline;
    }

    .headerLine {
        display: block;
        height: 3px;
        border: none;
        margin: 0;
        margin-bottom: 3vh;
        padding: 0;
        background-color: #cbcbcb;
    }
}

@media screen and (orientation: portrait) {
    .headerText {
        color: #3c7cff;
        font-size: 6vw;
        margin: 1vw 1vw;
        font-family: "GOST Type B";
        display: inline;
        position: relative;
        bottom: 1vw;
    }

    .headerLogo {
        height: 6vw;
        display: inline;
    }

    .headerLine {
        display: block;
        height: 3px;
        border: none;
        margin: 0;
        margin-bottom: 3vw;
        padding: 0;
        background-color: #cbcbcb;
    }
}