body {
    background-color: beige;
}

h1 {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: blue;
    font-size: 1000%;
    padding-bottom: 4rem;

}

p{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 200;
    font-size:x-large;

}

a{font-family: 'Courier New', Courier, monospace;
    font-weight: 100;
    font-size:smaller;}
    
.padding{
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 5%;
}
