body {
    margin: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body > :not(main) {
    flex-grow: 0;
}

main {
    margin-left: auto;
    margin-right: auto;
    border-left: 3px solid var(--shefesh-accent);
    border-right: 3px solid var(--shefesh-accent);
    padding: 32px;
    max-width: 160ch;
    flex-grow: 1;
}

:is(h2, h3, h4, h5, h6) {
    margin: 0;
}

h1 {
    margin-bottom: 24px;
}

.session-acad-year {
    margin-top: 48px;
}

.contact-methods>section {
    display: grid;
    grid-template-columns: 1fr 8fr;
    column-gap: 1em;
    margin-bottom: 1em;
}

.contact-methods>section h2 {
    grid-row: span 99999;
    justify-self: end;
    height: 56px;
    width: 56px;
    margin-bottom: 2em;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-methods>section h2>img {
    height: 32px;
}

.contact-methods>section>p {
    grid-column: 2;
    margin: 0.5em;
}