body, html {
  height: 100%;
  background-color: #ffffff;
  color: #555555;
}

h1, h1, div, p {
  color: #555555;
}

img {
  width: 75%;
  height: auto;
  opacity: 0.97;
}

.bg {
  /* The image used */
  /* background-image: url("assets/aemburlogo-transparent.png"); */

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

