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: -0.2%;
margin-bottom: 3%;
    
}

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;
padding:2px;
border-style:solid;
border-color: black;
background-color: orange;
   
}




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




#links {
border-style:solid;
float:left;
border-color: black;
background-color: orange;
border-bottom: 50%;
width:15%;
margin-top: 5%;
margin-right: 20px;
margin-bottom: 50%;
    
}

