contacts {
        display: flex;    
        flex-direction: column;
}

contacts contact {
        display: flex;    
        flex-direction: row;
        margin-top: 1em;
        margin-bottom: 1em;
}

contacts contact icon{
   font-family: material-symbols-outlined;
   font-size: 4em;
}

contacts contact value{
   justify-content: center;
   align-items: center;
   padding-left: 20px;
   padding-top: 10px;
   font-size: 2em;
}


