*{
    background-color: black;
    color: beige;
    padding: 3%;
}
body{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
h1{
    font-size: 27px;
    color: rgb(105, 0, 167);
}
.pequeno{
    font-size: 10px;
    color: rgb(88, 88, 88);
    background-color: transparent;
}
li{
    line-height: 0.9;
    text-align: left;
}
button{
    background-color: rgb(105, 0, 167);
    width: 100%;
    border: 2px solid rgb(60, 0, 95);
    margin-top: 40px;
}
button:disabled{
    background-color: rgb(130, 90, 167);
    border: 2px solid rgb(92, 90, 95);
}
input[type="checkbox"] {
    accent-color: rgb(105, 0, 167);
}
