@media (min-width: 800px) {
  .des {
    position: fixed;
    text-align: left;
    top: 30%;
    left: 70%;
    z-index: 100;
  }

  .p1 {
    font-size: 100%;
    margin-bottom: -3%;
  }

  .p2 {
    font-size: 90%;
    margin-bottom: -1%;
  }

  .p3 {
    font-size: 70%;
    margin-bottom: 0%;
  }

  .p4 {
    width: 80%;
    font-size: 70%;
    margin-bottom: -3%;
  }
}

@media (max-width: 800px) {
  .column {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 5%;
  }
}

@media (min-width: 800px) {
  .column {
    position: absolute;
    top: 8%;
    width: 50%;
    left: 10%;
  }
}

@media (max-width: 800px) {
  .des {
    position: absolute;
    top: 15%;
    text-align: center;
    width: 100%;
  }

  .p1 {
    font-size: 100%;
    margin-top: 7%;
    margin-bottom: -3%;
  }

  .p2 {
    font-size: 90%;
    margin-bottom: -1%;
  }

  .p3 {
    font-size: 70%;
    margin-bottom: 0%;
  }

  .p4 {
    margin-left: 10%;
    width: 80%;
    font-size: 70%;
    margin-bottom: -3%;
  }
}

@media (max-width: 800px) {
  .header {
    position: absolute;
    width: 70%;
    text-align: center;
    z-index: 1001;
    background-color: white;
    top: 0%;
    left: 15%;
    height: 14%;
  }

  .filler {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
    background-color: white;
    top: 0%;
    left: 0%;
    height: 14%;
  }

  .logo {
    position: absolute;
  }
}

.image {
  float: left;
  width: 44%;
  margin-top: 0px;
  margin-top: 10px;
  -moz-box-shadow: 5px 10px 10px rgba(99, 226, 255, 0.5);
  -webkit-box-shadow: 5px 10px 15px rgba(0, 153, 255, 0.5);
  box-shadow: 5px 10px 15px rgba(40, 90, 255, 0.474);
}

.h1 {
  position: fixed;
  top: 5%;
  left: 30%;
  width: 40%;
  -moz-box-shadow: 10px 20px 20px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 10px 20px 30px rgba(255, 255, 255, 0.5);
  box-shadow: 10px 20px 30px rgba(255, 255, 255, 0.474);
}

.h1:hover {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 10px 20px 30px rgba(255, 255, 255, 0.5);
  box-shadow: 10px 20px 30px rgba(255, 255, 255, 0.474);
}

@media (min-width: 800px) {
  .logo {
    position: fixed;
  }
}

.logo {
  width: 5%;
  min-width: 40px;
  top: 3%;
  left: 5%;
  z-index: 120;
  -moz-box-shadow: 5px 10px 10px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 5px 10px 15px rgba(255, 255, 255, 0.5);
  box-shadow: 5px 10px 15px rgba(255, 255, 255, 0.474);
}

.logo:hover {
  opacity: 80%;
  transform: scale(110%);
  -moz-box-shadow: 5px 10px 10px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 5px 10px 15px rgba(255, 255, 255, 0.5);
  box-shadow: 5px 10px 15px rgba(255, 255, 255, 0.474);
}

.yes {
  margin-top: 7%;
  text-align: center;
}

.footer {
  position: fixed;
  width: 100%;
  left: 0%;
  bottom: 0%;
  z-index: -1000;
}

@media (min-width: 800px) {
  .header {
    position: fixed;
    width: 70%;
    text-align: center;
    z-index: 1001;
    background-color: white;
    top: 0%;
    left: 15%;
    height: 14%;
  }

  .filler {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 100;
    background-color: white;
    top: 0%;
    left: 0%;
    height: 14%;
  }
}

.arg {
  position: absolute;
  top: 13%;
  left: 5%;
}
