body {
    font-family: Arial, sans-serif;
}

.scroll-continuo {
    overflow-y: scroll;
    height: 100vh;
    scroll-behavior: smooth;
}

.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: gray-900;
    flex-direction: column;
}

.hero h1 {
    font-size: 3rem;
}

.hero p {
    font-size: 1.2rem;
}