body {
    background: #fee;
    background-attachment: fixed;
    color: #0e0f14;
    display: flex;
    justify-content: center;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 800px;
}

h1, h2 {
    text-align: center;
}

h1 {
    font-family: 'Cinzel Decorative';
    font-size: 36pt;
    margin-top: 16px;
    margin-bottom: 4px;
    width: fit-content;
}

h2 {
    margin-top: 48px;
    font-family: sans;
}

img {
    border: 1px solid #ccc;
}

.drop-shadow {
    filter: drop-shadow(10px 10px 4px #00004444);
}

a {
    color: #334191;
}

a:visited {
    color: #334191;
}

a:hover {
    color: #1b2453;
}

.header {
    width: fit-content;
}

.contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3em;
}

.about {
    display: flex;
    flex-direction: row;
    text-align: justify;
    gap: 2em;
    align-items: flex-start;
}

.orig-trap-section {
    display: flex;
    flex-direction: row;
    text-align: justify;
    gap: 2em;
}

.orig-trap-section img {
    width: 285px;
}

ul {
    margin-top: 0;
    padding-left: 1em;
}

li::marker {
    content: '⬩ ';
}

li {
    padding-bottom: 4px;
}

@media (max-width : 800px) {
    body {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    h1 {
        font-size: 24pt;
    }

    .contact {
        margin-top: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about {
        display: flex;
        flex-direction: column;
        text-align: justify;
        align-items: center;
    }

    .about img {
        margin-top: 20px;
        margin-left: 0;
    }

    .orig-trap-section {
        display: flex;
        flex-direction: column;
        text-align: justify;
    }

    .orig-trap-section img {
        width: 90%;
        margin: 1em;
    }
}
