/* General */
body {
    font-family: 'Segoe UI', sans-serif;
}

.hero {
    height: 100vh;
    background: linear-gradient(to right, #007bff, #6610f2);
    color: white;
}

.hero h1 {
    font-weight: 700;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}
