body {
    margin:0px;
    font-family: serif;
    background-color: white;
    }
    
.header-cont {
  z-index: 1;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  font-size: 16pt;
}

#header {
  min-width: 180px;
  margin: 10px;
  padding-bottom: 24px;
  padding-top: 12px;
  border-bottom: 1px solid;
  border-bottom-color: black;
  color: black;
}

#title {
	float:left;
    }

#about {
	float:right;
    }

p {
	margin:0px;
	font-family: serif;
	/*font-weight: 600;*/
    background-color: black;
	/*text-align:  justify;*/
	color: white;
    /*border-style: solid;
  	border-width: thin;*/
}


    


    