body {
  height: 100vh;
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

a {
  color: #00e;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
}

.section {
  width: 100%;
  height: 100vh;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.section.second {
  background-image: url('../images/girlcamera.jpeg');
}

.section.third {
  background-image: url('../images/mountain.jpg');
}

.full {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.divoverlay {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.headingmain {
  color: #f7f7f7;
  text-align: center;
  letter-spacing: 46px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 4rem;
  line-height: 61px;
}

.divopacity {
  height: 100vh;
  opacity: 1;
  background-color: #000;
}

.divopacitytwo {
  height: 100vh;
  background-color: rgba(6, 201, 13, .49);
}

.divtext {
  width: 80%;
  background-color: rgba(242, 242, 242, .8);
  margin-left: auto;
  margin-right: auto;
  padding: 32px 40px 21px;
  font-family: Lato, sans-serif;
  font-size: 1.05rem;
  display: block;
}

.textcode {
  background-color: #fff;
  margin-bottom: 16px;
  font-family: Inconsolata, monospace;
  font-size: .9rem;
}

.divopacitythree {
  height: 100vh;
  background-color: rgba(0, 162, 255, .49);
}

.para1 {
  display: inline-block;
}

.text1 {
  font-family: Inconsolata, monospace;
  font-style: italic;
  display: inline-block;
}

.para2 {
  display: inline-block;
}

.divfullpage {
  width: 40%;
  height: 220px;
  background-color: #00b893;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divsection {
  width: 80%;
  height: 50px;
  background-color: #4982cc;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 10px;
}

.textfullpage {
  text-align: left;
  padding-top: 4px;
  padding-left: 7px;
  font-family: Inconsolata, monospace;
}

.textsection {
  padding-top: 4px;
  padding-left: 7px;
  font-family: Inconsolata, monospace;
}

.div-block {
  width: auto;
  max-width: 800px;
  min-width: 600px;
  margin-bottom: 40px;
}

.text-block {
  color: #fff;
  font-family: Lato, sans-serif;
}

.body {
  background-color: #000;
  background-image: url('../images/AdobeStock_127847049.jpeg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .div-block {
    max-width: 800px;
    min-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    min-width: 200px;
  }
}


