@charset "UTF-8";
body {
    background-color: antiquewhite;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 1.2em;
    }
#content {
    width: 800px;
    min-height: 600px;
    margin: auto;
    position: relative;
    }
nav {
    background-color: darkseagreen;
    text-align: center;
}
header {
    background-image: url("images/fantasy-2049567_1280.jpg");
}