/* Main container */

.contact-container {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}


/* Page heading */

.contact-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}


/* Description paragraph */

.contact-description {
    font-size: 20px;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 30px;
}


/* Email section */

.contact-email-wrapper {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}


/* Email heading text */

.contact-email-title {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
}


/* Email link */

.contact-email-link {
    text-decoration: none;
    color: inherit;
}


/* Back to home button */

.back-home-btn {
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 6px;
    display: inline-block;
}