#title{
  background-color: #005FB8;
  color: #fff;
}

/* Navigation Bar */
.navbar{
  padding: 0 0 1rem;
}

.navbar-brand{
  font-family: "Ubuntu";
  font-size: 2.5rem;
}

.nav-item{
  padding: 0 10px;
}

.nav-link{
  font-size: 1.2rem;
  font-family: "Montserrat-light";
}

#buttons{
  margin: 100px;
}
.button-style{
  background-color:#005FB8;
  width:400px;
  height:200px;
  border-radius:50px;
  background:#005FB8;
  border:none;
  outline:none;
  color:#FFF;
  font-size:36px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); 
}

.link{
  text-decoration: none;
  color: white; 
  font-family: "Ubuntu";
  }

.button-style:hover{
  background-color: #4EA2F0;
}