body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

h1 {
    text-align: center;
    margin-top: 40px;
    font-size: 2em;
}

p {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 30px;
}


.menu {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.menu ol {
    padding-left: 20px;
    list-style-type: decimal;
}


.menu li {
    margin-bottom: 15px;
    font-size: 1.1em;
    line-height: 1.5;
}


.menu a {
    text-decoration: none;
    color: #007BFF;
    transition: color 0.3s ease;
}

.menu a:hover {
    color: #0056b3;
    text-decoration: underline;
}
