body {
    background-color: rgb(244, 244, 244);
}

.todo {
    background-color: rgb(144, 145, 190);
    justify-content: center;
    margin: auto;
    width: fit-content;
    padding: 10vb;
    border-radius: 20px;
    text-align: center;
}

button {
    background-color: aliceblue;
    color: rgb(12, 16, 54);
    border: 0px;
    width: fit-content;
    padding: 10px;
    cursor: crosshair;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.b1 {
    margin: 8px;
    width: 200px;
}

.texto {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.botones {
    display: flex;
    justify-content: space-around;
    text-decoration: none;
    margin: 20px;
}