
body {
    font-family: Helvetica ,Arial , sans-serif;
}
h3 {
    font-size: 24px;
    color:#ebc76e;
}
.text-gold {
    color:#ebc76e;
}
.bg-gold {
    background-color:#ebc76e;
}
.text-justify {
    text-align: justify;
    text-justify: inter-word;  
    -ms-text-justify: inter-word;
}