body {
    background-color: #1e5396;
    counter-reset: title;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
nav ul {
    list-style-type: none;
}
nav li {
    display: inline;
}

h1, h2 {
    text-align: center;
}

h1 {
    color: #4d4c4dff;
}

h2, p, ul {
    color: #383838ff;
}

h2::before {
    counter-increment: title;
    content: counter(title) ".";
    padding-right: 10px;
}

p {
    padding: 10px 15px;
    text-align: start;
}

ul {
    padding-left: 40px;
    padding-right: 20px;
}

main.container {
    display: grid;
    place-items: center;
}

.container > article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

article.policies {
    background-color: #ffffffff;
    border-radius: 10px;
    max-width: 860px;
}

footer {
    padding: 15px 20px;
    text-align: center;
}
