    
body {
    
font-family: 'Oswald', sans-serif;
background-color: bisque;
color: black;   
 
}

h1 {
    
font-size: 300%; 
font-style: bold;
padding: 0.5em;
margin: -1%; 
text-decoration: underline;
    
}
    
h2 {

color: orange;
font-size: 175%;
margin: 1%;
margin-bottom:3%;
margin-top: -1%;
    
}

h3 {
    
font-size: 200%; 
margin-top: 3%;
text-decoration: underline;
    
    
}

p{
    
 
 font-size: 175%;
    

}

blockquote {
 font-size: 200%;
color: firebrick;
   
}

li {
    
display: inline-block;
list-style-type: none;
padding: 1em;   
    
}

a:link, a:visited {
    
font-size: 150%;
color: white;
font-weight: bold;
text-decoration: none
      
}

a:hover {
    
color: skyblue;    
text-decoration: underline; 
    

}






p1 {
    
color: firebrick;
font-size: 70%;
    
}

#all-content {
    
width: 100%;

    
}

#main-content {

   width: 60%;
float: left;
    
}

#secondary-content {
           
    width: 15%;
    float: left;
    margin-left: 15%;
    margin-top: 5%;
    padding: 10px;
    border-style: solid;
    border-color: black;
    background-color: aliceblue;
    
    
    
   
}

#links {
    
 margin-top: -30px;
  background-color: darkorange;
 margin-bottom: -20px;

    
}