.sectionInfo{
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#volteSempre{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body{
    height: 100%;
}

main{
    display: flex;
    flex-direction: column;
    height: 100%;
}