1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
body {
5
    background: hsl(30, 100%, 50%);
6
    color: hsl(30, 100%, 75%);
7
    font-size: 1.3em;
8
    }
9
</style>
10
<h1>Down in Africa</h1>
11
<p>Gonna take some time to do the things we never had...</p>