.container {
    width: 80%; 
    max-width: 800px; 
    padding: 20px;
    background-color: white; 
    border: 2px solid black;  
    margin: 20px auto;
}

.back-button {
    position: absolute; 
    top: 30px;
    left: 50px;
    margin-top: 0; 
    font-size: 15px;
    color: #333 !important; 
    background: #ededed;
    padding: 5px 10px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    z-index: 10; 
}

.back-button:hover {
    background: #e0e0e0;
    color: #000;
  }

#all-content { 
    width: 100%;
}
#main-content{ 
    width: 80%;
    float:left;
 }
#secondary-content{ 
    width: 20%;
    float:left;
    background-color:rgb(255, 134, 3);
    color:white;
}

#footer {
    width:100%;
    float: left;
    color:rgb(218, 114, 3)
}

#title {
    color:rgb(218, 114, 3)
}

body {
    font-family: Verdana, sans-serif;
    background-color: white;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    min-height: 100vh; 
    margin: 0;
    padding: 0px; 
}
h1,h2,body {
    font-family: Georgia, serif;
}
h1 {
     color:rgb(80, 80, 80);
}
h2 {
    padding-top: 1em;
    color:rgb(218, 114, 3);
}

#about-us {
    color: black;
}

li {
    display: inline; 
    list-style-type: none;
    margin: 0 20px;
}

#navigation {
    font-family: Georgia, serif; 
    font-size: 100%;
    background-color: black;
    text-align: center; 
    margin: 0 auto;
    width:100%;
    padding: 0px; 
}

a:link, a:visited, a:active {
    color: #ffffff; 
    text-decoration: none; 
    font-weight: bold; 
}
    a:hover {
    color: white; 
    text-decoration: underline; 
    font-weight: bold;
} 

.current { 
    font-weight: bold; 
}
