body {
    /* margin: 50px 25px; */
    font-family: 'Noto Serif', serif;
}

header nav {
    font-family: 'Alfa Slab One', cursive;
    background-image: url('/images/design.png');
    background-size: cover;
    background-position-y: top;
    color: white;
    height: 20em;
}

.navbar-brand {
    width: 100%;
    text-align: center;
}

.footer { 
    position: fixed; 
    padding: 10px 10px 0px 10px; 
    bottom: 0; 
    width: 100%; 
    /* Height of the footer*/  
    height: 40px; 
    background: grey; 
} 
