body {
    font-family: Arial, sans-serif;
    background-color: #a2a1a1;
    color: #333;
    margin: 0;
    padding: 20px;
}

h1 {
    color: #0056b3;
    text-align: center;
}

h2 {
    color: #333;
    text-align: center;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
}

li {
    margin: 10px 0;
}

a {
    text-decoration: none;
    color: #0056b3;
}

ol li a {
    color: rgb(53, 114, 236);
    font-weight: bold;
}


a:hover {
    text-decoration: underline;
}
.contiene {
    color: rgb(255, 0, 81);
    text-align: center; /* Alinear el texto a la izquierda */
    
}