body{
    padding-top: 1rem;
    background-color: #f9f9f9;
    overflow-x: hidden;
   
}
    
.container h1{
    font-weight: 700;
    color: black;
    text-align: center;
    
}

.btn{
    background-color:#19205A;
    border-color: #19205A; 
    color: white;
}

.btn:hover{
    background-color: #ED6C1C;
    border-color: #ED6C1C;
    color: black;
}

a{
    color:black;
    font-weight:600;
    
}

a:hover{
    color:#ED6C1C;
    text-decoration: none;
}

h1{
    font-size: 4rem;
    color: #ED6C1C;
    text-align: center;
}

h2{
    color: black;
    font-weight: 600;
    text-align: center;
}

.lead{
    color:dimgray;
}

#copy{
    color:dimgray;
    
}

.image{
    filter: brightness(100%);
    text-align: right;
}

