* {
   list-type: none;
   list-style-type: none;
   text-decoration: none;
}

body { 
  position: absolute;
  margin: 0;
  background-color: lightgray;
}

.links ul {
   float: right;
   margin: 0;
   position: fixed;
   width: 100%;
   border: 1px solid;
   box-shadow: 5px 5px 20px white;
   background-color: black;
}

.links li {
   display: inline-block;
   margin-top: 80px;
   margin-left: 100px;
   padding-left: 150px;
   height: 30px;
   width: 10px;
}

.links a {
   float: right;
   color: white;
}

.logo {
   float: left;
   position: fixed;
   margin-top: 20px;
   margin-left: 20px;
   color: white;
   height: 120px;
   box-shadow: 1px 1px 30px 1px white;
   border-radius: 100px;
 }

.pic {
   height: 100%;
   width: 100%;
 }

.pic1 {
   height: 50%;
   width: 80%;
   padding-left: 100px;
   margin-bottom: 5px;
   margin-top: 100px;
   box-shadow: 1px 1px 30px 1px white;
}

.sect {
   margin-top: 200px;
   margin-left: 5px;
   margin-right: 5px;
   padding-left: 10px;
   padding-right: 10px;
   border-radius: 15px;
   box-shadow: 1px 1px 30px 1px white;
   background-color: white;
}

.sects {
   margin-left: 5px;
   margin-right: 5px;
   padding-left: 10px;
   padding-right: 10px;
   border-radius: 15px;
   box-shadow: 1px 1px 30px 1px white;
   background-color: white;
}

.container {
   color: black;
}

.post {
   color: black;
}

.contain {
   margin-top: 5px;
   padding-left: 50px;
   padding-right: 50px;
}

.text p {
   margin-top: 10px;
   padding-left: 5px;
   padding-right: 10px;
}

.dwnload {
   background-color: green;
   padding-top: 20px;
   padding-bottom: 5px;
   margin-top: 10px;
   margin-left: 130px;
   margin-right: 130px;
   padding-left: 50px;
   padding-right: 50px;
   box-shadow: 1px 1px 30px 1px gray;
   border-radius: 100px 0 100px 0;
}

.dwnl {
   color: white;  
   margin-left: 100px;
   width: 100%;
}

.dwnload:hover{
   background-color: darkred;
   box-shadow: 1px 1px 30px 1px gray;
   border-radius: 100px 0 100px 0;
}

.sectcs {
   margin-top: 200px;
   margin-left: 5px;
   margin-right: 5px;
   padding-left: 10px;
   padding-right: 10px;
   border-radius: 15px;
   box-shadow: 1px 1px 30px 1px white;
   background-color: white;
   width: 100%;
}
.sectc {
   position: relative;
   margin-top: 50px;
   padding-bottom: 100px;
   padding-left: 10px;
   padding-right: 10px;
   border-radius: 15px;
   box-shadow: 1px 1px 30px 1px white;
   background-color: white;
   width: 100%;
.}


.containerc {
   padding-left: 100px;
   padding-right: 100px;
   color: black;
}

#comment_box {
   position: relative;
   margin-top: 100px;
   margin-left: 20px;
}



