html, body{
    font-family: 'Anton', sans-serif!important;
}
.navbar-brand{
    font-size:2.5rem!important;
}
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
.bg-dark{
    background-color:#59ACA4 !important;
}
.jumbotron .container {
  max-width: 40rem;
}
.card{
    padding:10px!important;
}
.card-text a{
    color:#59ACA4 !important;
    font-size:1.1rem !important;
}
.rml{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
  font-size:3rem!important;  
}
footer a {
    color:#59ACA4 !important;
}