
body {
    margin:0;
    padding:0;
    font-family:Helvetica, Arial, sans-serif;
    height:100vh;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.container {
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

.owl {
    width:340px;
    cursor:pointer;
}

.wrapper {
    flex:1;
    display:flex;
    justify-content:center;
    align-items:center;
}

.contact-card {
    background:white;
    padding:50px 60px;
    border-radius:18px;
    box-shadow:0 10px 40px rgba(0,0,0,0.12);
    text-align:center;
    width:320px;
    border:1px solid #ddd;
}

.contact-card h1 {
    margin-top:0;
    font-size:32px;
    letter-spacing:1px;
}

.contact-card p {
    margin:10px 0 5px 0;
    font-size:16px;
    color:#444;
}

.email {
    margin-top:8px;
    font-size:18px;
    font-weight:bold;
    color:#000;
    padding:12px;
    border-radius:10px;
    background:#f0f0f0;
    border:1px solid #ccc;
}

footer {
    padding:20px;
    text-align:center;
    font-size:18px;
    opacity:0.6;
}
