nav{
text-align: left;
background-color: white;
border: 0px solid black;
position: fixed;
top: 0;
height: 100px;
width: 100%;
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
	  float: right;
}
}
li a {
  display: block;
  color: black;
  text-align: right;
  padding: 14px 16px;
  text-decoration: none;
}

header{
   margin-top:100px;
	font-family:DejaVu;
	line-height: 190px;
	font-size: 3em;
   text-align: left;
   background-color: white;
   border: 0px solid black;
   padding-left: 100px;
   color : blue;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
<!--	background-size: cover; -->
}
body {
	border: 0px solid black;
   background-color: Ivory;
	font-family:Comfortaa;
	margin-bottom:20px;
ul {
  margin: 0;
  padding: 10px;
}
ul li {
    margin-bottom: 5px;
}

.maint{
	padding-top: 50px;
   max-width: 800px;
   margin: auto;
   }
   
li b {
  display: inline;
  color: blue;
  text-align: center;
  padding: 1px 1px;
  text-decoration: none;
}
   
.parent {
  position: relative;
  top: 0;
  left: 0;
  max-width: 800px;
  margin: auto;
}

.image1 {
  position: relative;
  top: 0;
  left: 0;
  border: 0px solid #000000;
}

.image2 {
  position: absolute;
  top: 30px;
  left: 30px;
  border: 0px solid #000000;
}
.image3 {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 0px solid #000000;
}
.a {
  display: inline-block; /* the default for span */
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid blue;
  background-color: yellow;
}

Footer{
	margin-top:20px;
text-align: center;
background-color: white;
border: 2px solid black;
}
