#contact_buttons {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
    margin: 3em 0 0 0;
}

#contact_buttons a {
    background: #0076BD;
    border-radius: 100px;
    text-decoration: none;
    display: flex;
    padding: 8px 19px;
    gap: .5em;
    align-items: center;
    color: #ffffff;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#contact_buttons a.mail {
    background: #ffffff;
    color: #000000;
}