.navbar {
    
   /* background-color: #2361AC !important; */
     background-color: #8f19e5 !important;
   
}

.nav-link{
    color: #FFFFFF;
}

.center-horz {
  /* Center horizontally
  text-align: center;*/
    margin-left: auto;
  margin-right: auto;
}
body{
    font-family: 'Roboto', sans-serif;
}