html, body, * {
  margin: 0;
  padding: 0;
  border: 0;
}

.maincontainer {
  background: url(../img/bgVayl.jpg);
  height: 100vh;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-position-x: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.maincontainer > div > div {
  text-align: center;
}
.maincontainer > div > div img {
  width: 100%;
  max-width: 70%;
}
.maincontainer > div > div p {
  color: #fff;
  font-size: 23px;
  font-family: sans-serif;
  letter-spacing: 1px;
}

/*# sourceMappingURL=main.css.map */
