
.bg-topo {
    background-color: #563d7c;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    width: 1108px;
    margin: auto;
    margin-bottom: 10px;
  }


  .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #777777 !important;
    border-radius: .3rem;

}


.btn-primary {
    text-decoration: none;
    background-color: #563d7c;
    border: 1px solid #fff ;
    
}

.btn.btn-primary:hover {
    border: 1px solid #000;
    background-color: #563d7c;
    color: #fff; 
}

#banner {
    margin-left: auto;
    margin-right: auto;
    width: 54rem;    
}



