body {
    margin: 50px;
    background-color: white;
    border: 1px solid black;
    padding: 35px;
}
h1 {
    font-family: none;
    color: dimgray;
}
h2 {
    font-family: none;
    color: orangered;
}
h3 {
    font-family: none;
    color: orangered;
}
h4 {
    font-family: none;
    color: orangered;
}
a {
    color: dimgray;
    font-size: 125%;
}
#all-content {
    width: 100%;
}
#main-content {
    width: 80%
}
#secondary-content {
    width: 20%;
    float: right;
    margin: -200px;
    background-color: orange;
}