h3 {
    color: black !important;
}
h4 {
    font-size: 1em !important;
    line-height: 1 !important;
    color: black !important; 
}

hr {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 15px 0;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 1rem;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.contact-list li {
    padding: 1rem;
    margin: 0 0.5rem;
}

.border > li {
    border: 1px solid black; border-radius: 5px;
}

.contact-list li p {
    text-align: center;
}

.accounts > li > a {
    color: black;
    text-decoration: none;
}

.accounts > li > a > img {
    width: 150px;
}

.location {
    display: flex; justify-content: space-around;
}