#navigation {
    background-color: black;
    position: fixed;
    top: 300px;
    font-family: "Agency FB";
    font-weight: bold;
    
}
ul {
    list-style: none;
}
#content {
    background-color: purple;
    position: absolute;
    left: 400px;
    top: 300px;
    font-family: "Agency FB";
}
#header {
    border-style: solid;
    border-color: white;
    border-width: thin 1000px thin;
    background-color: white;
    position: absolute;
    font-size: 30px;
    font-family: "Agency FB";
    font-weight: bold;
    color: black;
}
body {
    background: url("back.jpg");
    background-size: cover;
    font-size: 20px;
    font-family: "Agency FB";
}
