ul  {
  list-style: square inside;
  margin-left: 5px;
}
.footer {
  background: #122620!important;
}
.footer h3{
  color: #406fb6!important; /*blue color in the footer*/
}
.footer a{
  color: #ffffff!important; /*white links*/
  font-family: 'Montserrat';
  font-style: italic;
  text-decoration: none;  
}
.footer p{
  color: #ffffff!important; /*white links*/
  font-family: 'Montserrat';
  font-style: bold;
  text-decoration: none;  
}
#app {
  font-family: 'Red Rose'!important;
}