body {
    color: var(--neutralLight);
}
main {
    background-image: url(../images/hero17.jpg);/*10, 13, 16, 17 */
    background-size: cover;
    height: 100vh;
}
h1,
footer {
    display: none;
}
article,
section {
    height: 100%;
}
section {
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menuHolder {
    padding: 1rem;
    background-color: var(--comp2);
    margin-right: 5rem;
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, .5);
}
.menuHolder p {
    font-size: 1.5rem;
    margin-top: 0;
}
.menuHolder p:first-of-type {
    color: var(--mainDark);
}
td {
    width: 43%;
}

