body {
    max-width: 100vw;
    margin: 0;
    padding: 0;
    background-color: #7d5428;
    color: white;
    overflow-x: hidden;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

p {
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    p {
        font-size: 18px;
    }

    .top .toppbilde {
        justify-content: end;
    }

    .top .toppbilde img {
        height: 80vh;
        max-height: 80vh;
    }
}

@media screen and (min-width: 1200px) {
    p {
        font-size: 18px;
    }

    .top .toppbilde {
        justify-content: center;
    }

    .top .toppbilde img {
        max-width: 140%;
        width: 140%;
    }
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top {
    margin: 0;
    padding: 2rem;
}

.top .logo {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.top .logo img {
    max-width: 8rem;
}

.top .logo-overlay {
    position: absolute;
    height: 80vh;
    display: inside;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 99;
}

.top .toppbilde {
    height: 80vh;
    width: 90vw;
    max-width: 1920px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 2rem;
}

.top .toppbilde img {
    display: block;
    z-index: 1;
}

.main {
    padding: 1rem;
    max-width: 1200px;
}

.main h1 {
    text-align: center;
    margin-top: 2rem;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}

.main h2 {
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: "Playfair Display", serif;
    font-weight: 900;
}

.main p {
    max-width: 700px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.padding {
    padding-top: 2rem;
    display: block;
}

footer {
    text-align: center;
    padding: 2rem 0;
    background-color: #4d2c10;
    width: 100vw;
}
