html, body {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background-color: #00b6e1; }

body {
  background: url(../img/pearl.jpeg);
  background-repeat: no-repeat;
  background-size: cover; }

* {
  color: #000000 !important; }

a {
  text-decoration: underline; }

h1, h2, p {
  background: rgba(255, 255, 255, 0.3);
  width: fit-content; }

/*# sourceMappingURL=style.css.map */
