@charset "utf-8";

.body-wrap {
  border: 1px solid #c7e2fc;
  border-radius: 10px;
  overflow: hidden;
  max-width: 940px;
  margin: 20px 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;
}