body {
    background-color: silver;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    color: gray;
}

.js-test {
    color: black;
    font-weight: bold;
}
