body {
  background-color: #aec3b0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.divider-content-center {
  position: absolute;
}
