<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>madness</title>
<link href='https://fonts.googleapis.com/css?family=Alice' rel='stylesheet' type='text/css'>
<style type="text/css">
<!-- 
body {
    background-color: #f6eede;
}
.quote { 
font-family: 'Alice', cursive;
    font-size: 24px;
    color: #6b5739;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
-->
</style>
</head>
<body>
    
    <div class="quote">

"But I don't want to go among mad people," Alice remarked.<br /><br />

"Oh, you can't help that," said the Cat: "we're all mad here. I'm mad. You're mad."<br /><br />

"How do you know I'm mad?" said Alice.<br /><br />

"You must be," said the Cat, "or you wouldn't have come here." 
    
    </div>
    
</body>
</html>