body {
    background-color: #fcefde;
    /*dde4e9*/
}

h2 {
    text-align: center;
}

a {
    text-decoration: none;
}

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

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

#header {
    background-color: #fcefde;
    /*558abb*/
    width: 100%;
    color: #000000;
    text-align: center;
    padding: 0px 0px;
}

#main {
    background-color: #ffffff;
    width: 100%;
    max-width: 700px;
    padding: 1px 14px 14px;
    margin: 0 auto;
    word-wrap: break-word;
    position: relative;
}

.hr {
    border-top: 5px solid gray;
}

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

.footer img {
    width: 24px;
    height: 24px;
    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: 1.4rem;
}

article {
    margin: 2rem 0;
}

.h2 {
    text-align: center;
    font-size: 1.7rem;
}

#google_translate_element {
    position: absolute;
    right: 0;
    top: 0;
}