body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.8em;
}

#wrapper {
    width: 90%;
    margin: 0 auto;
}

header, main, footer {
    width: 85%;
    margin: 0 auto;
}

header nav, footer p {
    background-color: #1f2041;   
    color: #ffffff;
    border-radius: 10px;
    padding: 0.75em;
    margin: 0.75rem;
    text-align: center;
}

section {
    padding: 0.75em;
    margin: 0.75rem;
}

header img {    
    box-shadow: 0 0 10px #1f2041;
    border-radius: 10px;
}

h1 { 
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

footer {    
    font-size: 0.9em;
    line-height: 1.3em;
}

footer a {
    color: #ffffff;
}

#lastUpdated {
    color: #ffc857;
}