body {
  background-image: url("/IMAGE/bg-peach-star.jpg");
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #0a4306;
}

h1 {
  color: #042302;
}

#PageWrap {
  position: relative;
  min-height: 100vh;
}

#ContentWrap {
  padding-bottom: 2.5rem;
}

footer {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 2.5rem;
  font-size: 11px;
  font-weight: bold;
  color: darkgreen;
}

a {
  color: #0a4306;
  text-decoration: none;
}
a:hover {
  color: #1d6218;
  text-decoration: underline;
}