@font-face{
    src: url(https://fonts.googleapis.com/css?family=Fjalla+One|Oswald|Spectral);
    font-family: 'Oswald', sans-serif;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Spectral', serif;
}
body {
    background-image: url("prism.png");
    /*background-color: #222629;*/
    background-position: top center;
}
header h1{
    font-family: 'Oswald', sans-serif;
    padding-top: 10px;
    overflow: auto;
    margin: 0px auto;
    height: 70px;
    width: 200px;
    text-align:center;
    text-align: center;
    background-color: #474b4F;
    color: #D0CEB9;
}
nav {
    font-family: 'Oswald', sans-serif;
    border-style: solid;
    border-color: #595D63; 
    float: left;
    width: 180px;
    height: 220px; 
    background: #474b4F;
}

a:link { 
    color: #FCE181;
}
a:visited{
    color: #C43F0D;
}
a:hover{
    color: #9FEDD7;
}
a:active{
    color: #EDEAE5;
}
.content {
    font-size: 20px;
    color: #E7E7E7;
    margin-left: 300px;
}
footer{
    width: 50%;
    height: 50px; 
    color: #d0CEB9;
    font-size: 14px;
    margin-left: 300px;
    margin-top: 50px;
    background-color: #474b4F;
    border-style: solid;
    border-color: #595D63; 
    text-align: center;
    padding-top: 15px;
}
#thumbnail {
    box-sizing: border-box;
    height: 150px;
    width: 200px;
}
article {
    float: left;
    padding: 20px;
    width: 70%;
    background-color: #f1f1f1;
    height: 500px; 
}
h3{
        
        color: #D0CEB9;
        font-family: 'Fjalla One', sans-serif;
        margin-left: 300px;
        font-size: 30px;
}
.text{
    width: 60%;
    padding: 10px;
    font-family: 'Spectral', serif;
}
*{
    box-sizing:border-box;
}
h2{
    color: #D0CEB9;
    padding-top: 10px;
    padding-left: 30px;
}
/*
.main-header{
    padding-top: 10px;
    overflow:auto;
    margin: 0px auto;
    height: 70px;
    width: 500px;
    text-align:center;
}
*/

