.cfl-button {
    background-color: #F6A800;
    color: #111111;
    line-height: 1;
    padding: 1em 2em;
    letter-spacing: 0.04em;
    font-size: 0.9rem;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border: none;
    outline: none;
}
.cfl-button:hover {
    background-color: #e89e00;
}