html * {
    font-family: Arial, Helvetica,sans-serif !important;
}

.btn-raised.btn-primary, .Rank__option--selected, .GuidedModeInstructions__button {
    color: #0c0c0c !important;
}

a.CTA-Final {
    width: 260px; 
    height: 48px;
    margin: auto;
    color: #0c0c0c; 
    background-color: #ffcc00; 
    font-family: Arial, sans-serif; 
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    text-align: center; 
    display: block;  
    border-radius: 4px; 
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
}

a.CTA-Final:hover {
  background-color: #e2b200;
}

a {
    text-decoration:none;
}

a:hover {
    color: #ffcc00;
}