h1{
    color: aliceblue;
    font-size: 800%;
    text-align: center;
    font-family: ‘Merriweather’, Georgia, serif;
}

h2{
    color: aliceblue;
    font-size: 300%;
    text-align: center;
    font-family: ‘Merriweather’, Georgia, serif;
}

nav a{
    color: aliceblue;
    font-size: 100%;
    font-family: ‘Merriweather’, Georgia, serif;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

nav li{
    display: inline-block;
    margin-left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

nav a:hover{
    color: #000;
}

body {
    background-image: url('../Background_Home.jpg');
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
    background-position: center;
    }

