
 .container-fluid {

  background-color: white;

  font-weight : bold;
  font-family : Higuen Elegant Serif;
  font-size : 2rem;
  line-height: 30px;
  text-align: center;
  text-indent: 3px;
  
}

 .container-fluid a {


  color: #0900b0;
  padding-top: 20px;
}

 .container-fluid a:hover {

  color: #058b8c;
  text-decoration: underline;
  padding-top: 20px;
}


h2 {
    text-align: center;
    font-size: 24px;
    color:  #058b8c;
	font-family : League Gothic;
  font-size : 2rem;
}

h3 {
    text-align: center;
    font-size: 18px;
    color:  #058b8c;
	font-family : League Gothic;
  font-size : 2rem;
}




