*{
    padding: 0%;
    margin: 0%;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    height: 100vh;
}

main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    gap: 20px
    
    
}

button{
    height: 30px;
    width: 30px;
}

#decrementar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

p{
    background-color: green;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

