* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
  font-size: 40%;
  color: white;
  overflow: hidden;
  background: #171717;
}

body::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 300vw;
  height: 300vh;
  z-index: 1;
  opacity: 0.2;
  background-image: url("../img/clouds01.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
/*# sourceMappingURL=style.css.map */