body {
  font-family: monospace;
  font-size: 20px;;
  margin:0px 100px 100px 100px;
  color:white;
  background-color:#98bbcd;
  cursor: default;
}

li {
  text-align:justify;
}


#navBar {
  position:fixed;
  height:50px;
  color:white;
  width:90%;
  text-align: center;
  padding: 20px 20px 10px 10px;
  box-shadow: 4px 4px 10px #6e8a87;
}

#footer {
  width: 95%;
  text-align:right;
  bottom: 0px;
  font-size: 10px
}

#g,#w,#e,#s,#c {
  font-size: 25px;
  text-shadow: 1px 1px 1px black;
}

.initiate {
  background-color: #dcd0d0;
  margin-top: 120px;
  width: 800px;
  box-shadow: 4px 4px 10px #6e8a87;
  border-radius: 10px;
  color: #6e8a87;
}

#general, #work, #education, #skillset,#contact {
  display: none;
}

#social-links {
  font-style:bold;
  color:black;
  text-align:center;
}

.btn {
  margin-right: 20px;
  margin-top:8px;
}

.description {
  font-size: 15px;
  font-style: italic;
  text-align: justify;
  padding: 10px 10px 10px;
  color: gray;

}
