body {
    background: url(Otson_hunajakenno.png) #ffcc00;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    margin: 0;
}
.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.center {
    padding-top: 20vh;
    text-align: center;
}

h1 {
    font-family: 'Unna', serif;
    font-size: 5rem;
    margin:0;
}

a {
    font-size: 0.8rem;
    font-weight: 600;
    color: inherit;
    text-decoration: inherit;
    margin: 0;
    padding: 0;
    display: inline-block;
}

a.active {
    color: #c41617;
}

p {
    font-size: 0.8rem;
    font-weight: 300;
    color: inherit;
    text-decoration: inherit;
    margin: 0;
}

.text-medium {
    font-weight: 500;
}

.mt-1 {
    margin-top: 0.5em;
}

.mt-2 {
    margin-top: 2em;
}

.m-space {
    margin: 1.5em;
}

.max-w-80 {
    max-width: 80%;
    text-align: center;
}

.content {

}

footer {
    position: absolute;
    bottom:0;
    font-size: 0.7em;
    font-weight: 300;
    align-items: center;
    text-align: center;
}
footer>div {
    margin: 0 auto;
}
footer>div>img {
    margin-right:1em;
}

.lang-changer {
    font-weight: 300 !important;
    position: absolute;
    top: 10px;
    right: 20px;
}
.lang-changer > a {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.lang-changer > a.current-lang {
    font-weight: 600;
}

.cookie-notification {
    position: absolute;
    bottom: 10px;
    font-size: 0.7rem;
    font-weight: 300;
}
.cookie-notification > span {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 4rem;
    }

    .content {
        text-align: center;
        margin: auto;
    }

    .content {

    }
}
