body {
    font-family: Calibri, Verdana, Arial;
    font-size: 14pt;
    text-align: justify;
}

h1 {
    background-color: lightyellow;
    margin-bottom: 0;
    margin-top: 10px;
}

p, ul {
    margin-top: 0;
}

.ai-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.jc-center {
    justify-content: center;
}

.ta-center {
    text-align: center;
}

div.social-link {
    gap: 10px;
    font-size: 1.25em;
    margin-bottom: 10px;
}

div.two-col {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}

div.title {
    font-size: 2.5em;
    font-weight: bold;
    background-color: lightyellow;
}

img.logo {
    width: 370px;
}

p.small {
    font-size: smaller;
}

@media only screen and (min-width: 800px) {
    div.fixed-width {
        max-width: 800px;
        width: 800px;
    }
}

@media only screen and (max-width: 800px) {
    div.fixed-width {
        width: 100%;
    }
}
