main {
    background-image: url("/turism/stad.webp");
    background-size: cover;
    font-size: 18px;
    color: #080808;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-position: top;
    max-width: 100vw;
    padding-bottom: 16px;
}

main a {
    text-decoration: none;
}

.font-inter {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

header {
    width: 100%;
    padding-top: 100px;
    padding-left: 32px;
    padding-right: 32px;
    backdrop-filter: brightness(300%) blur(40px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

a {
    cursor: pointer;
    color: #3730a3;
    &:hover {
        text-decoration: underline;
    }
}

h1 {
    font-size: 72px;
    font-weight: 800;
}

@media (max-width: 768px) {
    h1 {
        font-size: 48px;
    }
}

h2 {
    padding: 0px 32px;
    padding-top: 8px;
    margin-top: 16px;
    background-color: #fafaf9aa;
    backdrop-filter: blur(80px);
}

h2 {
    padding-left: 32px;
}

p {
    padding: 16px 64px;
    max-width: 80ch;
    background-color: #fafaf9;
}

.flag {
    width: 70px;
    display: inline;
}
