.cyan {
    color: rgb(0, 231, 194);
}

a, .brown {
    color: rgb(97, 72, 12) !important;
}

.example {
    width: 90% !important;
    margin: 15px auto !important;
    border: 1px solid white !important;
    background: white;
    color: black;
}

path {
    stroke: #fff;
    fill-rule: evenodd;
}