body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, #111, #333);
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    text-align: center;
}

h1 {
    font-size: 3rem;
}

p {
    font-size: 1.2rem;
}

.small {
    margin-top: 20px;
    font-size: 0.9rem;
    opacity: 0.7;
}