@charset "utf-8";

.body-wrap {
  max-width: 940px;
  margin: 0 auto;
}

#pg-header {
  background-color: #107C10;
  color: white;
}

/* #pg-header img {
  -webkit-animation: scale-up .5s cubic-bezier(0, 0, 0.5, 1.5) 0s both;
  -moz-animation: scale-up .5s cubic-bezier(0, 0, 0.5, 1.5) 0s both;
  -ms-animation: scale-up .5s cubic-bezier(0, 0, 0.5, 1.5) 0s both;
  animation: scale-up .5s cubic-bezier(0, 0, 0.5, 1.5) 0s both;
}*/

#footer-info {
  background-color: #107C10;
  color: white;
}