body.contact-page{
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: #E8F1EC;
    font-family: "Merriweather", serif;
    color: #2E2E2E;
}


.contact-overlay {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.contact-box {
    background-color: #FAFAF5;
    border: 2px #1F3A33;
    padding: 40px;
    border-radius: 12px;
    max-width: 600px;
    text-align: center;
    transition: background-color 0.3s ease;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.contact-box:hover {
    background-color: #F3EED9;
}

.abort-row {
    margin-top: 60px;
}
