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;
}

a:hover {
    text-decoration: underline;
}
