* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    
}
a {
    text-decoration: none;
    color: white;
}
a:hover {
    color: darkred;
}
a:visited {
    color: rgb(190, 186, 186);
}
ul {
    color: white;
}
h2 {
    color: white;
    text-align: center;
}
h3 {
    text-align: center;
}
h4 {
    text-align: center;
}
#header {
    color: white;
    font-size: 50px;
    background-image: url("https://i.pinimg.com/originals/af/8d/63/af8d63a477078732b79ff9d9fc60873f.jpg");
    text-align: center;
    padding: 10px;
    padding: 0px 10px;
    padding: 0px 10px 10px;
    
}
#container {
    padding: 10px;
    background-color: beige;
    height: 850px ;

}

#navigation,
#content, #content2 {
    font-family: monospace;
    background-color: rgb(78, 78, 78);
    border: 1px solid black;
    padding: 15px;
    margin: 1px;
}
#content2 {
    font-size: 20px;
    color: white;
    float: right;
    height: 650px;
    width: calc(100% - 210px);
}

#navigation {
    border: 10px groove rgb(160, 160, 160);
    color: white;
    font-size: 20px;
    padding: 25px;
    float: left;
    height: 500px;
    width: 200px;
}

#content {
    font-size: 20px;
    color: white;
    float: right;
    height: 500px;
    width: calc(100% - 210px);
}
