html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    overflow-x: hidden;
    background-color: #D9D9D9;
    font-family: "area-normal", sans-serif;
    font-weight: 100;
    font-style: normal;
}

#content {
    display: flex;
    height: 100%;
    flex-flow: wrap;
    justify-content: space-between;
}

#content .menu ul {
    list-style: none;
    font-family: sans-serif;
}

#content .menu ul li:not(:first-child) {
    margin-top: 3px;
}

.menu-item--art {
    font-weight: 600;
}

.flex-container {
    display: flex;
    flex-direction: column;
    flex: 1 0 33.333%;
    align-items: center;
}

.menu-container {
    padding-top: 115px;
}

.main-container {
    padding-top: 160px;
    gap: 45px;
}

.mhr {
    font-family: "adobe-caslon-pro", serif;
    font-weight: 400;
    font-style: normal;
}

.current-year {
    font-family: sans-serif;
    font-size: 13pt;
    flex-direction: column-reverse;
}

.current-year div:last-of-type {
    flex: 1;
}

.vertical-line {
    height: 142px;
    width: 1px;
    margin-top: 50px;
    background-color: #000000;
}

.fortyfive-degrees-line {
    position: absolute;
    height: 198px;
    width: 0.5px;
    background-color: #000000;
    transform: rotateZ(134deg) translate(40px, 30px);
}

.soon {
    padding-top: 20px;
}
