.contact-container {
    padding: 0 5%;
}

.contact-card {
    width: 600px; 
    height: 400px;
    margin: 0rem 2rem;
    position: relative;
    border: 3px solid rgb(245, 245, 245);
    background-color: white;
    padding: 3rem;
    font-family: 'Times New Roman', Times, serif;
}

.spacer-card {
    width: 600px; 
    height: 200px;
    margin: 2rem 2rem;
    position: relative;
}

.decoration-card {
    width: 300px;
    height: 100px;
    background-color:rgb(77, 77, 77);
}