
body {
    margin: 0px;

    }

.botoes {
    width: 100vw;
    height: 100vh;
    background: linear-gradient(90deg, #FB7C00, #E73B50, #9E009B);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}