body{
  background-color:#010003;
  background: url('https://images2.imgbox.com/ed/29/lhoxmpeZ_o.jpg') no-repeat center fixed;
background-size: cover;
}

.all{
  background-color:rgba(11,43,89, 0.6);
  border:4px solid black;
  box-shadow: 7px 9px RGBA(0, 0, 0, 0.3);
  width:80%;
  color:white;
  font-size:18px;
  display:block;
  margin:auto;
  margin-top:-20px;
  border-radius:20px;
  padding-right:20px;
  padding-left:20px;
  padding-bottom:40px;
  font-family:helvetica;
}


/*header and subheaders*/
.coiny-regular {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}

h1{
  font-size:70px;
   color: #010003; -webkit-text-stroke: 1px #82ddfb;
      text-shadow: 1px 1px 2px #82ddfb, 0 0 15px #e5fefd, 0 0 5px #214788;
}

.header{
  padding:20px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(1, 0, 3, 1) 25%);
  margin-bottom:40px;
  margin-left:-20px;
  text-align:center;
  margin-right:-20px;
  margin-top:-20px;
}

h2{
 font-size:35px;
 color: #82ddfb;
  margin-top:-5px;
}

.section{
     background-color:#010003;
      border-radius:10px;
      border:3px solid #82ddfb;
      box-shadow: 1px 1px 2px #82ddfb, 0 0 15px #e5fefd, 0 0 5px #214788;
      width:80%;
      padding:20px;
      display:block;
      margin-right:auto;
      margin-left:auto;
      margin-top:30px;
      margin-bottom:70px;
     text-align: justify;
    text-justify: inter-word;
}

p{
  line-height:1.6
}

ul{
   overflow: hidden; 
}

ul li{
  float: left;
  padding-left:10px;
  padding-right:10px;
  line-height:1.5;
  list-style-type: none;
}

.info{
  background-color:rgba(11,43,89, 0.6);
   border:3px solid #82ddfb;
  border-radius:10px;
  padding:10px;
  padding-right:20px;
  width:60%;
  line-height: 1.5;
  text-align:left;
  text-justify:none;
}

.centerimage{
    width:90%;
    display:block;
    margin-right:auto;
    margin-left:auto;
}

td{
  min-width:170px;
  border-bottom:3px dotted #82ddfb;
  padding-bottom:5px;
  text-align:left;
}

a:link {color:#82ddfb;}
a:visited {color:#82ddfb;}
a:hover {color:#bbedfd;}

.home{
  text-align:right;
  font-size:19px;
  text-decoration:none;
}

a.home:link {
  text-decoration:none;
}

/*back to top button*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color:#010003;
  color:#bbedfd;
  border-radius:10px;
  border:3px solid #82ddfb;
  box-shadow: 1px 1px 2px #82ddfb, 0 0 15px #e5fefd, 0 0 5px #214788;
  cursor: pointer;
  padding: 15px;
}

#myBtn:hover {
  background-color:#0b2b59;
  color:#82ddfb;
}
@media screen and (max-width: 800px) {
.all{
width:90%;
}
.section {
  text-align:left;
  text-justify:none;
}
h1{
  font-size:40px;
}
h2{
  font-size:30px;
   width:80%; 
      
     text-align: left;
    text-justify: none;
}
}