* {
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    color: rgb(142, 0, 230);
}

li {
    font-style: italic;
}

h2 {
    color: rgb(95, 190, 1);
}

footer {
    position: relative;
    color: white;
    text-align: center;
    font-style: italic;
    background-color: gray;
}

footer > a {
    color: white;
    background-color: gray;
}

footer > p {
    background-color: gray;
}