@font-face {
    font-family: 'transeeee';
    src: url('../snas.ttf') format('truetype');
}

body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    min-height: 100vh;
    margin: 0;

    overflow-x: hidden;
    font-family: 'transeeee', 'Comic Sans', cursive;
}

#header-container {
    width: 100%;
}

header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-image: url('../images/clouds1.gif');
    background-repeat: repeat-x;
    width: 100%;
    box-sizing: border-box;
}

.header-logo {
    height: 80px;
    width: auto;
    display: flex;
    position: absolute;
    top: 10px;
    left: 20px;
}

.nav-text {
    position: relative;
    color: #FFCC00;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    /*backdrop-filter: invert(100%);*/
}

.nav-text a {
    color: inherit;
    text-decoration: none;
}

.nav-text a:hover {
    color: hotpink;
}

.lang-button {
    background-color: transparent;
    font-size: 1.25rem;
    border: 0;
    cursor: pointer;
}

.languages {
    position: absolute;
    top: 70px;
    right: 20px;
}