h1{
    color: blue;
}
body {
    background-image: url(../MapleLeaf.png);
    background-size: 5%;
}
    img{
        display: block;
        margin: auto;
        width: 95%;
        }
header{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
header a {
    color:blue;
    text-decoration: none;
    margin-right: 20px;
}
header a:hover {
    color:rgba(0, 0, 0, 0.335);
}  
footer a {
    color:blue;
    text-decoration: none;
    margin-right: 20px;
}
footer a:hover {
    color:rgba(0, 0, 0, 0.335);
}    
p {
    font-size: x-large;
    text-align: center;
}