html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

.landingimage {
  background-image: url(images/preetybg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  position: relative;
}

.landingtext {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.landingtext img {
  max-width: 100%;
  height: auto;
  padding: 0 10%;
}
