html, body{
    font-size: 16px;
    line-height: 1.5;
    font-family: "Trispace", sans-serif;
    color:blue;
    height: 140%;
}
h1{
    font-size: 1.5rem;
    margin: 0.15rem 0;
}
.subheading{
    font-size: 1.5rem;
    color: cornsilk;
    text-shadow: 2px 2px 5px blanchedalmond;
}
h2{
    font-size: 1.5rem;
    border-bottom: 1px solid #999;
    margin-bottom: 0.5em;
}
header,
nav,
main,
footer{
    margin: 0 auto;
    padding: 0.5rem;
    max-width: 45rem;
}
header {
    margin-top: 10px;
}
header nav{
    background-color: blue;
    color: #fff;
}
header, 
footer {
    text-align: center;
    background-color: brown;
    color: #fff;
    border-radius: 10px;
}
header img{
    width: 200px;
    height: auto;
    border-radius: 0 0 10px 0;
}
footer{
    font-size: 0.8rem;
}
footer a {
    color: #fff;
}
section p {
    margin-bottom: 8px;
}