body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #d6d4d4;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    color: #154473;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px solid #0281ff;
    padding-bottom: 10px;
}

h3 {
    max-width: 600px;
    color: #074582;
}

ul {
    background: rgb(227, 227, 227);
    padding: 15px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    width: 100%;
    max-width: 600px;
    border-top: 5px solid #1d74cc;
    list-style-type: upper-roman;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

li strong {
    color: #0c7bc4;
}