html, body {
  background-color: #ccb69d;
  margin: 0px 30px 0px 30px;
}

.imgDiv {
  display: block;
  width: 100%;
  max-width: 1200px;
  background-color: #425D70;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
}

.imgDiv img {
  width: 100%;
}

p {
  font-size: 2.5rem;
  color: #425D70;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 4em;
  color: #fbf5e5;
  margin: 30px 0px 40px 0px;
}

h2 {
  font-size: 3rem;
  line-height: 1.7em;
  color: #f5e5b8;
  margin: 20px 40px 20px 40px;
}

h2 div {
  display: inline;
  color: #e8c45f;
}

s {
  display: inline-block;
  color: #bb9d7b;
  text-decoration: none;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccb69d), color-stop(47%, #ccb69d), color-stop(47%, #ccb69d), color-stop(53%, #ccb69d), color-stop(53%, #ccb69d), to(#ccb69d));
  background: -o-linear-gradient(#ccb69d 0%, #ccb69d 47%, #ccb69d 47%, #ccb69d 53%, #ccb69d 53%, #ccb69d 100%);
  background: linear-gradient(#ccb69d 0%, #ccb69d 47%, #ccb69d 47%, #ccb69d 53%, #ccb69d 53%, #ccb69d 100%);
}

u {
  border-bottom: 3px dotted #557890;
  line-height: 1.1em;
}

u > em {
  background-color: #557890;
  color: #eff3f5;
}

u > em:after {
  border-color: transparent transparent #557890 transparent;
  border-width: 10px;
  margin-left: -10px;
}