
.font { 
    position: relative; 
    border:1px solid #777;  
    background: linear-gradient(110deg, #020202 60%, #111111 60%);
    font-family:'Oswald',serif;
    width:100%;
    } 
    
    .font, .font .headertext { 
    padding: 7px; 
    background-color: #fff; 
    color: #626060; 
    font-weight: bold; 
    } 
    
    .font .headertext { 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 0; 
    padding: 10px 10px;
    border-right:1px solid #777;  
    background:#05b32b;
     color:#fff ;
    text-shadow: 1px 1px #111;
    } 

    
    .font marquee { 
    line-height: 1.5; 
    } 
    
    .font marquee p { 
    margin: 0; 
    
    } 