
body {
    color: black;
    font-size: 2.34vh; 
    font-family: Bodoni Moda;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-container {
    display: flex;
}

.contact-button {
    flex: 1;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.contact-button h2 {
    margin-top: 0;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
