#contact {
    background-color: black;
    color: var(--alabaster);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 17rem;
}

#contact ul {
    list-style: none
}