.title {
    color: green;
}
.text {
    color: white;
    size: 14pt;
    font-family: sans-serif;
    font-style: bold;
}
.h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    }
.background-color {
    background-color:grey;
}