div.header { background: url("/images/darkwater-header.jpg") no-repeat center; text-align: center ; position: absolute; top: 10px; left: 10px; width: 80vw ; margin-left: auto; margin-right: auto; padding: 0px 30px 0px 30px; background-color: #FFE9EC; border-radius: 10px ; border: 2px outset }

div.content { background-color: #999999; width: 80vw; margin-left: auto; margin-right: auto; padding: 0px 30px 0px 30px; font-size: 18px; border-radius: 20px ; border: 2px outset ; position: absolute ; left: 10px; top: 300px ; min-height: 300px; height: fit-content; }

div.menu { background-color: #999999; width: 80vw; margin-left: auto; margin-right: auto; padding: 0px 30px 0px 30px; font-size: 18px; border-radius: 20px ; border: 2px outset ; position: absolute ; left: 10px; top: 250px ; min-height: 300px; height: fit-content; }

div.footer { position: relative; top: 510px; left: 10px; width: 30vw; padding: 0px 30px 0px 30px ; margin-left: auto; margin-right: auto; z-index: 100 }

a:visited { color: #663300; }
a:link { color: #990000; }
body { background: #FFE9EC ; background-blend-mode: difference } 
h1 { font-family: "Brush Script MT", cursive, sans-serif }
h2 { font-family: "Brush Script MT", cursive, sans-serif }
h3 { font-family: "Brush Script MT", cursive, sans-serif }
.content p { font-size: x-large; font-family: "Century Gothic", sans-serif }
.footer p { font-family: "Brush Script MT", cursive, sans-serif }
