1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
body {
5
    background: hwb(30, 0%, 50%);
6
    color: hwb(30, 0%, 15%, 0.5);
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>