.contactSection{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}

.contactList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 1em;
}

.contactList > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 1;
    padding: 0.5em;
    width: fit-content;
}

.contactHolder {
    width: auto;
    flex: 1 1 120px;
    display: flex; 
    flex-direction: column;
    padding: 0.5em; 
}

.contactHolder >label{
    opacity: 0.7;
}

.contactHolder > div{ 
    grid-column: 2;
}
