* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}


/* .contact-buttons .button {
    display: inline-block;
    margin-right: 10px;
    align-items: left;
} */

.contact-buttons .button:hover {
    background-color: #4a8893;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: left;
    margin-top: 20px;
    flex-direction: column;
    align-items: left;
    width: fit-content;
}

.contact-buttons .button {
    display: flex;
    background-color: #4a8893;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.contact-buttons .button img {
    height: 20px;
    margin-right: 10px;
   
}

.contact-buttons .button:hover {
    background-color: #45a049;
}
