header {
    background: #232F3E;
}

#modals .modal .button, #modals .modal a.button {
display: inline-block;
background: #8329E5; 
font-weight: normal;
font-size: 17px;
border-radius: 5px;
padding: 16px 42px;
cursor: pointer;
margin: 20px 0;  
background: #F1C659;
background: linear-gradient(180deg, rgba(246,221,158,1) 0%, rgba(240,194,77,1) 100%);
border: 1px solid #BA9332;
color: #111111;
}
    

