1<html>
2  <head>
3    <style>
4    body {
5      background-color: black;
6      color: gray;
7      font-size: 16pt;
8      font-family: "Roboto-Light", Roboto, sans-serif;
9      text-align: center;
10    }
11    #text {
12      margin-left: auto;
13      margin-right: auto;
14      margin-top: 96pt;
15    }
16    </style>
17  </head>
18  <body>
19    <div id="text">
20      Use the &ldquo;Share&rdquo; menu option in your browser to choose a URL for this dream.
21    </div>
22  </body>
23</html>