/* @font-face {
    font-family: 'Propaganda';
    src: url('../fonts/propaganda.ttf');
    font-weight: normal;
    font-style: normal;
} */

a#logo {
    display: flex;
    align-items: center;
}

a#logo img {
    margin: 6px;
    filter: brightness(3);
}

.wsp-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    a#logo img {
        filter: none;
    }
}