body {
    background-color: #c3d8e4;
    color: #19242b;
}

.full-height {
    min-height: 100vh;
}

.hero-img {
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.title {
    font-weight: 800;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 1.2rem;
    opacity: 0.8;
}
