@font-face {
    font-family: Impact qcvfdt;
    src: url('../fonts/impact.ttf') format('truetype');
}

#topbar {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 15vh;
    background: transparent;
    font-family: Impact qcvfdt, serif;
    color: #fff;
}

#textLogo {
    display: flex;
    align-items: center;
    width: 50vw;
    margin-left: 20px;
    font-size: 2.2em;
    text-shadow: 2px 2px 10px #000;
}

@media only screen and (max-width: 500px) {
    #topbar {
        position: relative;
    }

    #textLogo {
        justify-content: center;
        width: 100vw;
        font-size: 3em;
    }
}
