main { 
    padding: 0;
    margin: 0;
    position: relative;
}


section{
    background-color: aquamarine;
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;

}


#bemVindo div { 
    background-color: white;
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: auto;

    border-radius: 40px;
}



div button { 
    width: 50%;
    height: 50px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 120px;
    
}