body {
    font-family: 'Courier New', monospace;
    background-image: url("images/photo_001.jpg");
    background-attachment: fixed;
    background-size:cover;
    margin: 5% 5% 5% 15%;
}

a:link {
    color: rgb(0,0,255);
    }

a:visited {
    color: purple;
    }

a:hover {
        font-weight:bold;
    }

a:active {
    color: rgb(0,0,255);
    } 

p a {
        font-size: 22px;
    }

h1{
        font-size: 44px;
        background-color: antiquewhite;
        margin-right: 48%;
    }
    
h2{
        font-size: 20px;
    }

p{
        font-size: 16px;
    }

footer{
        background-color: antiquewhite;
        margin-right: 48%;
    }

#content{
        padding: 1% 1% 1% 1%;
        margin-top: 2%;
        margin-bottom: 20%;
        margin-right: 48%;
        background-color: antiquewhite;
    }

