body { 
    font-family: Nunito Sans, erdana, Geneva, Tahoma, sans-serif;
margin-: 0; background-color: #ffffff; padding: 0;}

* {
    box-sizing: border-box;
}



hr {width: 50%;}


	h1 {font-size: 70px; background-color: white; text-align: center; color: #888888;}

	h3 {font-size: 25px; text-align: center; font-weight: lighter; color: gray; padding-left: 20px; padding-right: 20px; margin: 0; padding-bottom: 20px;}

	p {font-size: 30px; text-align: center; color: #06609b; padding-left: 20px; padding-right: 20px; margin: 0; padding-bottom: 20px;}

	.about { width: 70%; margin-left: auto; margin-right: auto;}


	a:link {text-decoration: none; color: black; font-size: 30px;}

	a:visited {text-decoration: none; color: black; font-size: 30px;}

	a:active {text-decoration: none; color: black; font-size: 30px;}

    a:hover {text-decoration: none; color: gray; font-size: 30px;}
    
    a {padding: 10px;}

.responsive {width: 100%; height: auto;}

.box1 {width:100%; height: auto; text-align: center; border: 0; padding: 0}
.box {width:100%; height: auto;}


.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 20px;
 font-size: 20px;
  width: auto;
  text-align: center;
  color: gray;
 
}

