﻿<!DOCTYPE html>
<html>
    <head>
        <style>
            header {
                    color: black;
                	text-align: center;    
                 }
            body {
                    background-color:   #b0e2ff;
                 }
            nav {
                    text-align: center;
                }
            h1 { 
                     background-color: #ffdead;
                     text-align: center;
                }
            h2 {
                    background-color:   #eee685;
                    text-align: center;    
                }
            p {     text-align: center;    
                }
        </style>
    </head>
<body>

</body>
</html>

