body {
    background-color: #fabf7d;
    /*  006233 debd9e a26a39 dde4e9*/
}

#alph {
    text-align: center;
    text-decoration: none;
}

#alph a {
    text-decoration: none;
    font-weight: bold;
}

a {
    text-decoration: none;
}

#main li a {
    text-decoration: none;
    border: 0;
    font-size: 105%;
    line-height: 27px;
}

#wrapper {
    font-family: verdana;
    margin: -8px -8px 0px -8px;
}

#banner {
    width: 100%;
    height: auto;
    max-width: 1050px;
    margin: -20px 0px 0px 0px;
    /*-20px 0px 0px -35px; */
}

#header {
    background-color: #fabf7d;
    /*242b61 558abb*/
    width: 100%;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
}

#main {
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    padding: 14px;
    margin: 0 auto;
    word-wrap: break-word;
    border: 1.5px solid #FE9B44;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.nth-0n p,
.nth-2n p,
.nth-3n p,
.nth-4n p,
.nth-5n p {
    margin-top: 0;
    margin-bottom: 0;
}

.nth-2n p:nth-child(2n),
.nth-3n p:nth-child(3n),
.nth-4n p:nth-child(4n),
.nth-5n p:nth-child(5n) {
    margin-bottom: 1rem;
}

article {
    margin: 1rem 0;
}

.h2 {
    font-size: 1.7rem;
}