.contact {
    width:90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    gap: 3rem;
    
}

@media (max-width: 850px) {
    .contact{
        width: 100%;
    }
}
@media (max-width: 419px) {
      .contact {
        width: 100%;
        flex-direction: column;
      }

}
.contact__Link{
      
}


.contact__Icon{
color: aliceblue;
}