header {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    
}

header h1{
    font-family: 'Dancing Script', cursive;
    font-size: 4em;
    color:skyblue;
    margin-top: 48px;
}

header h2{
    font-family:'Quicksand', Gill Sans; 
    font-size:1.6em;
    color:skyblue;
    
}

header h3{
    font-family:'Quicksand', Gill Sans; 
    font-size:0.8em;
    color:darkblue;
}

header h4{
    font-family:'Quicksand', Gill Sans; 
    font-size:1.5em;
    text-align: center;
    background-color:skyblue;
    color:whitesmoke;
    padding: 12px;
}

header p{
    font-family:'Quicksand', Gill Sans; 
    color:darkblue;
    line-height: 1.4;
    margin-bottom: 24px;   
}

header a{
    text-decoration: none;
    text-decoration-line: none;
}

nav{
    font-family: Quicksand;
    font-size: 0.8em;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
}

nav a{
    padding: 0 12px 0 12px;
}

nav a:link{
    color:midnightblue;
}

nav a:hover{
    color:black;
}

nav a:visited{
    color:skyblue;
}

nav li{
    display:inline-block;
}

section{
    width: 600px;
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 72px;
    
}

article h1{
    font-family: 'Dancing Script', cursive;
    font-size: 2.4em;
    color:skyblue;
    margin-bottom: 24px;
}

article h2{
    font-family: Quicksand, Gill sans;
    font-size: 1.3em;
    color:skyblue;
    margin-bottom: 12px;
}

article h4{
    font-family:'Quicksand', Gill Sans; 
    font-size:1.5em;
    text-align: center;
    background-color:skyblue;
    color:whitesmoke;
    padding: 12px;
}

article p{
    font-family: Quicksand, Gill sans;
    font-size: 1em;
    color:darkblue;
    line-height: 1.4;
    margin-bottom: 18px;    
}

footer section p{
    font-family: Quicksand, Gill sans;
    text-align: right;
    font-size: 0.8em;
    color:darkblue;
    line-height: 1.2;
    margin-bottom: 18px;
}