<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#custom{
    background-color: #EDEDED;
    height: 50px;
    color: #5EA25E;

}
#custom p{
   font-family: 'Viga', sans-serif;
   text-transform: uppercase;
   //padding: 20px;
   font-weight: bold;
   color: green;
   font-size: 16px;
   padding-top: 14px;
}
#custom h5{
    padding-top: 10px;
}</pre></body></html>