.centrado {
    text-align: center;
    }
    .grande {
    font-size: 2rem;
    }
    .boton-rojo {
    background: red;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 4px;
    cursor: pointer;
    }
    .titulo {
    font-weight: bold;
    }
    .texto {
    margin-bottom: 1rem;
    }