body {
  padding: 0;
  margin: 0;
}

p {
  font-family: 'Nunito', sans-serif;
  color: #999fa5;
  font-weight: 400;
}

div.shadow {
  position: absolute;
  max-width: 45%;
  max-height: 45%;
  top: 40%;
  left: 50%;
  overflow: visible;
}

img.logo {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  width: 250px;
  margin-top: -40%;
  margin-left: -50%;
  margin-bottom: 20%;
}

.text {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  margin-top: -15%;
  margin-left: -50%;
}

h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 65px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #151723;
  text-transform: uppercase;
}

h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #151723;
}
@media (max-width: 800px) {
  div.shadow {
    top: 30%;
  }
  img.logo {
    margin-bottom: 30%;
  }
}