body {
    background-color: slategray;
}
h1 {
    color: red;
}
h3 {
    color: blue;
}
h4{
    color: rgba(0, 255, 213, 0.74);
}