#contact {
    font-size: 2rem;
    color: white;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#contact label {
    font-weight: bold;
    margin-right: 10px;
}

#contact a {
    text-decoration: none;
    color: white;
}

#contact a:hover {
    text-decoration: underline;
    color: black;
}

#contact a:visited {
    color: white;
}
