        /* ===== BACKGROUND FULL SCREEN ===== */
        .contact {
            background: url('./../images/bg2.jpg') no-repeat center center fixed;
            background-size: cover;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 20px;
        }