#h {
  font-family: 'Secular One', sans-serif;
  font-size: 20px;
  text-align: center;
}

body {
  text-align: center;
  background-image: url('main.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-image: linear-gradient(#29fffb 0%,#28cf0e 100%)
}

#n {
  margin-top: 10px;
}

img {

  transition: transform .2s;
}

img:hover {
  transform: scale(0.9);
}

#hh {
  font-family: 'Secular One', sans-serif;
  font-size: 24px;
  text-align: center;
}

#heading {
  font-family: 'Lobster', cursive;
}

.m {

  font-family: 'Secular One', sans-serif;
}


.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #242f3f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }

  25% {
    height: 0%;
  }

  50% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0%;
  }
}

.contact_1 a {
  color: black;
  font-family: 'Secular One', sans-serif;
  text-shadow: none;
}

.contact_1 h3 {
  font-family: 'Secular One', sans-serif;
  display: inline;
}

.environment_li {
  margin-top: 1px;
}

.environment_li h4 {
  border-bottom: 1px solid black;

}

#i1 {
  height: 350px;
  width: 300px;
}

#p1 {
  margin-top: 90px;
  margin-bottom: 30px;
}

#li1 {
  margin-top: 3s0px;
  margin-bottom: 30px;
}
#hg{
  position: fixed;
}