body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

.hero {
    background-color: #212529;
    /* height: 70vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero h1 {
    font-weight: 600;
}

.hero p {
    font-size: 1.3rem;
}

.btn-primary {
    background-color: #0d6efd;
    border: none;
}

form {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
