:root{
    --cor: rgb(255, 255, 255);
    --rosa: pink;
}

body{
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--cor);
}


main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 20dvw;
    height: 45dvh;
}



input{
    height: 5px;
    width: 150px;
    height: 20px;
}

.btn-trocar-cor{
    width: 800px;
    height: 50px;
    padding: 10px;
    margin: 60px;
    font-size: 80px;
}

#btn-verde{
    background-color: rgb(0, 146, 0);

}

#btn-vermelho{
    background-color: rgb(246, 0, 0);
}

.botoes{
    display: flex;
    flex-direction: column;
    gap: 5px;
}