.navbar{
    background-color:#0f78e7cf; 
    box-shadow: 0px 10px 20px 0px #CDD1E1; 
    margin-bottom: 20px;
  }
  .navbar-brand{
    color:aliceblue;
  }
  .dropdown{
    top:50%;
    left:50%;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
  }
  .btn-lg{ 
    background-color:#0f78e7cf; 
    font-size:x-large;
    box-shadow: 0px 10px 20px 0px #CDD1E1; 
    display: inline-block;
  }
  #footer1{
    background-color:#0f78e7cf; 
    box-shadow: 1px -34px 20px -20px #CDD1E1,
0px 25px 20px -20px#CDD1E1;
    color:aliceblue;
  } 
  .list-group-item{ 
    font-size:x-large;
    background-color: white;
    box-shadow: 0px 10px 20px 0px#CDD1E1;  
    color:#0275d8;
    margin-top: 5px;
  }
  .list-group-item:hover{   
    color: white;
    background-color: #0275d8;
    cursor: pointer; 
  }
  .text-light{
    font-size:18px;
  } 