body {
    margin: 0;
    background-color: white;
    font-family: Georgia, "Times New Roman", serif;
    color: #222b58;
}

.card {
    width: 800px;
    margin: 30px auto;
    padding: 40px 120px 30px;
    background-color: white;
    border: 1px solid #9f9f9f;
    box-sizing: border-box;
}

h1 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 4px;
    margin: 20px 0 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

h2 {
    text-align:
        center;
    color: #006eb6;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 40px;
    padding-bottom: 8px;
    white-space: nowrap;
    border-bottom: 1px solid #cfcfcf;
}

.card {
    width: 900px;
    margin: 35px auto;
    padding: 55px 125px 45px;
    background-color: white;
    border: 1px solid #9f9f9f;
    box-sizing: border-box;
}

p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 25px;
}

p:nth-of-type(2) {
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 25px;
}

ol {
    font-size: 20px;
    line-height: 1.5;
    padding-left: 35px;
    margin: 0;
}

li {
    margin-bottom: 20px;
    padding-left: 0;
}

img {
    display: block;
    width: 130px;
    margin: 50px auto 0;
}