html, div, body{
  background-color:dimgray;
  height:auto;
  width:auto;
}
.navbar{
  position:fixed;
  top: 0px;
  left:0px;
  width: 100%;
  background-color:dimgray;
}

nav ul {
    margin: 0px;
    padding: 5px 0px 5px 30px;
  
}

nav li{
  display: inline;
  margin-right: 20px;
}

.background {
 color: red;
  font-family: sans-serif;
  font-size: 32px;
  background-color: dimgray;
  text-align: center;
  width: 100%;
  position:relative;
  left: 20px;
}

h1{
  font-family:sans-serif;
  position:relative;
  top:30px;
  padding:20px;
  font-size: 40px;
  text-align:center;
}

h2{
  font-size:15px;
  top: 25px;
  text-align:center;
}

.para{
  text-align:center;
  font-size:20px;
}

 .policy {
    margin:10%;
   color:white;
  }

  .blue-box {
    background-color: blue;
    color: red;
  }

  .injected-text {
    margin-bottom: -25px;
    text-align: center;
}

  .box {
    border-width: 5px;
    text-align: left;
  }

h3{
  text-align:left;
  font-size:40px;
}

h4{
  text-align:left;
  font-size:25px;
}

h5{
  text-align:left;
  font-size:20px;
}

p1{
  padding:30px;
}

.center{
 margin-top: 15px;
  text-align: center;
  font-size: 25px;
}
.center a:hover{
  color:red;
}
.nav:hover{
  color:red;
}

.chemist{
  margin: auto;
  width: 50%;
  top:25%;
}


footer{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
    color:#4d4d4d;
    
}

img {
    
  display: block;
  margin:auto;
  width: auto;
}

.screenshot{
    margin-left:10px;
    display:block;
    float:left;
    border-radius:10px;
    max-width: 28%;
    max-height: 800px;

}


.gray{
    background-color:gray;
}

.prj-img {
  width: 100%;
  height: 210px;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.prj-img:hover {
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(3);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(3);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(3);
  transition: all 200ms ease-in;
  transform: scale(3);
}

h6{
    padding-top:500px;
    width:100%;
    background-color:gray;
    color:dimgray;
    font-size:40px;
    text-align:center;
}
#theImage {
        margin:auto;
        width: 75%;
        height: auto;
    }
#blue {
        margin: auto;
        margin-top:25%;
        justify-content:center;
        position:relative;
        width:45%;
        height:auto;
        background-color:rgba(0, 133, 119, 255);
        border-radius:10px;
        
    }
    
    #element{
        margin: auto;
        margin-top:5%;
        justify-content:center;
        position:relative;
        width:45%;
        height:auto;
        background-color:#C5223A;
        border-radius:10px  
    }
.banner{
      position:absolute;
      right:25%;
      top:0;
      width:30%;
      height:auto;
    }