body {
    background-color: rgb(30, 120, 220);
}

.titulo h1 {
    color: white;
    display: flex;
    justify-content: center;
    font-size: 3rem;
    margin-top: 0px;
}

.tuenti {
    width: 95%;
    margin: auto;
    background-color: white;
    border-radius: 5px;
    padding: 1rem;
}

.todos {
    color: rgb(144, 144, 144);
}

.poner {
    width: 26rem;
    margin: auto;
}

.poner div {
    padding-bottom: 1rem;
}

.edad {
    color: rgb(144, 144, 144);
}

.Consejos {
    text-decoration: none;
}

.btn {
    display: flex;
    justify-content: end;
}

.boton {
    text-decoration: none;
    color: white;
    background-color: rgb(30, 120, 220);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: solid 1px rgb(10, 100, 200);
}

@media (max-width:767px) {
    .tuenti {
        width: 30rem;
    }
}