body {
    background-color: #fffde3;
}

.marker-highlight{
    position:relative;
}
  
.marker-highlight:before{
    content:"";
    background-color:#bf9e2f;
    width:100%;
    height:1.3em;
    position:absolute;
    z-index:-1;
    filter:url(#marker-shape);
    left:-0.25em;
    top:-0.05em;
    padding:0 0.30em;
}

.super-shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.text-shadow {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}