.middle{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tittle {
    text-align: center;
    font-size: 10rem;
    color: white;
}

.img-hero {
    width: 70%;
    margin: 10rem 0;
    filter: drop-shadow(0 0 50px rgba(255, 255, 255, 0.25)) drop-shadow(0 0 60px rgba(255, 255, 255, 0.25));
}

.description {
    text-align: center;
    font-size: 3rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.button-start {
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.glass-button {
    padding: 2rem 12rem;
}


