* {
    font-size: 1.12rem;
    font-weight: normal;
    text-wrap: pretty;

    @media (width <=568px) {
        font-size: 1rem;
    }
}

body {
    font-family: arial, sans-serif;
    line-height: 1.25;
    letter-spacing: .05em;
    margin: 1lh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1lh;
    /* flex-direction: column; */


}

header {

    /* position: sticky; */
    /* position: fixed; */
    /* top: 1lh; */
    width: min(300px, 100%);
    width: 500px;


    & h1 {
        margin-top: 0;
    }
}

#main_container {
    max-width: 65ch;

    /* margin: 0 auto; */
    @media (width <=1068px) {
        max-width: 100%;
        width: 100%;
    }
}




nav a {
    display: block;
    color: currentColor;
    text-decoration: none;
}

section {
    scroll-margin-top: 1lh;
    padding-top: 4lh;
}

a {
    color: dodgerblue;
    text-decoration-thickness: .08em;
    text-decoration-color: currentColor;
    text-underline-offset: .12em;
    /* text-decoration: none; */
}

a:hover {
    /* color: #0a00bf; */
    text-decoration: underline;
    text-decoration-thickness: .08em;
    text-decoration-color: currentColor;
    text-underline-offset: .12em;

}

summary {
    color: brown;
}

a:active {
    /* color: #0a00bf; */
    text-decoration-thickness: .08em;
    text-decoration-color: currentColor;
    text-underline-offset: .12em;
}

a:visited {
    /* color: #0a00bf; */
    text-decoration-thickness: .08em;
    text-decoration-color: currentColor;
    text-underline-offset: .12em;
}

.press a {
    color: dodgerblue;
}


img,
video,
audio,
iframe {
    max-width: 100%;
}



.portrait {

    & iframe {
        width: 100% !important;
    }

    @media (width <=568px) {
        padding: 177.78% 0 0 0 !important;
    }

}



.item_container {
    /* margin-top: 60px; */
    /* margin-bottom: 40px; */
}

p {
    margin: 0;
    margin-bottom: 1lh;
}

p+p {
    margin-top: -1lh;
    text-indent: 2lh;
}

h1 {
    margin-bottom: 0;
    margin-top: 1lh;
}

h2 {
    opacity: .5;
    margin-top: 0;
}

h1+ul {
    margin-top: 0;
    opacity: .5;
    list-style-type: none;
    padding-left: 0lh;

}

ol ::marker {
    content: counter(list-item) " ";
}

ol {
    margin-left: 0;
    padding-left: 2lh;
}

article {
    padding-bottom: 4lh;
}

.award {
    color: goldenrod;
}



.category h1:first-child {
    margin-bottom: 1lh;
}

details {
    margin-bottom: 2lh;

}

.cool {
    color: green;
}