* {
    margin: 0;
}

body {
    background-color: #242124;
    color: whitesmoke;
}

nav {
    line-height: 1.5;
    padding-top: 50px;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p {
    padding-top: 20px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
}

nav p {
    font-style: italic;
}

a {
    color: lightblue;
}

a:visited {
    color: lightblue;
}

img {
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer {
    display: flex;
    margin-left: auto;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    flex-direction: row;
}

.flinks {
    padding: 5px;
}

h2 {
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 10px;
} 
