body {
    /*background-image: url("image/circles-light.png");
background-repeat: repeat;*/
    background: #89CFF0;
    /*dde4e9*/
}

a {
    text-decoration: none;
    transition: .2s ease;
}

a:hover {
    color: rgb(31, 76, 134);
}

h2 {
    text-align: center;
}

/* a {text-decoration: none;}*/

#navlist {
    list-style: none;
}

li {
    margin: 10px 0;
    line-height: 1.5;
}

#navlist li {
    position: relative;
}

#navlist li::before {
    background-image: url('../image/circle.png');
    background-size: cover;
    content: '';
    height: 8px;
    left: -20px;
    position: absolute;
    top: 9px;
    width: 8px;
}

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

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

#header {
    width: 100%;
    color: #ECD253;
    /*#F7D53E #4594cc */
    text-align: center;
    padding: 0px 0px;
}

#main {
    background-color: #ffffff;
    max-width: 854px;
    padding: 14px;
    margin: 0 auto;
    word-wrap: break-word;
}

#footer {
    background-color: #f1f1f1;
    text-align: center;
    padding: 14px;
    margin: 0 -14px -14px -14px;
}

#toph {
    color: #222;
    max-width: 890px;
    text-align: center;
    margin: 1.5em 0 2em;
}

#toph h1 {
    font-size: 22px;
}

#footer a {
    text-decoration: none;
    color: #111;
}

article {
    padding: 1em;
    line-height: 1.5;
}

.nth-0n p {
    margin-top: 0;
    margin-bottom: 0;
}