body {
background-color: #ffffff;
color: #005FAA;
font-family: "Open Sans", Arial, sans-serif;
}
button, .btn {
background-color: #EF8200 !important;
color: #ffffff !important;
border-radius: 6px;
font-weight: bold;
}
button:hover, .btn:hover, .btn-primary:hover {
background-color: #FF9C4D !important;
color: #ffffff !important;
}
header {
background: #ffffff;
border-bottom: 3px solid #EF8200;
}
