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

a {
  text-decoration: none;
  transition: color .2 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: #4594cc;
  text-align: center;
  padding: 0px 0px;
}

#main {
  border: 2px #4594cc solid;
  background-color: #ffffff;
  max-width: 850px;
  padding: 14px;
  margin: 0 auto;
  word-wrap: break-word;
}

#footer {
  color: #fff;
  max-width: 850px;
  background-color: #4594cc;
  text-align: center;
  padding: 14px;
  margin: 0 -14px -14px -14px;
}

.footer {
  color: #fff;
  background-color: #4594cc;
  display: flex;
  justify-content: center;
  padding: 14px;
  margin: 0 -14px -14px -14px;
}

.footer h4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .6rem;
}

#toph {
  color: #fff;
  max-width: 890px;
  background-color: #4594cc;
  text-align: center;
  padding: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin: -14px -14px 0 -14px;
}

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

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

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

.ending img {
  width: 24px;
  height: 24px;
  margin-right: .4rem;
}

.prosperity p {
  margin-top: 0;
  margin-bottom: 0;
}

.prosperity p:nth-child(4n) {
  margin-bottom: 1rem;
}

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

.nth-2n p:nth-child(2n) {
  margin-bottom: 1.7rem;
}

.h2 {
  font-size: 17px;
  text-align: center;
}

@media only screen and (max-width: 992px) {

  body {
    line-height: 1.5;
  }

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

  .h2 {
    font-size: 14px;
  }

  p,
  a {
    font-size: 12px;
  }

  #navlist {
    padding-left: 20px;
  }
}