body {
    background-color: #7ad4d4;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 10px;
    color: #f0f8ff
        
}

h1 {
    text-align: center;
    font-size: 50px;
    color: #000000
}

h3 {
    font-size: 30px;
}

nav {
    text-align: center;
    padding: 10px;
}

footer {
    text-align: center;
}

.gallery {
    width: auto;
    height: auto;
    margin: 10px;
    padding: 10px;
}

