body {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: border-box;
    padding-top: 100px;
}

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

h2 {
    color: #023E8A;
    font-family: Helvetica, sans-serif;
}

a, li {
    font-style: italic;
    font-family: Helvetica, sans-serif;
    line-height: 25px;
    color: #990000;
}

ul {
    padding-left: 0;
    list-style-type: none;
}
