﻿
body {
    margin: 10px, 10px, 10px, 10px;
    font-family: Papyrus, Fantasy;
    color: #000000;
    background-color: #B0B0B0;
}

nav {
    text-align: center;
}

h1 {
    text-align: center;
    font-size: 3em;
}

h2, h3 {
    text-align: center;
    font-size: 2em;
}

p, div {
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
}

footer {
    text-align: center;
}

figure figcaption {
    text-align: center;
}

.responsive {
    max-width: 100%;
    height: auto;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.defaultpic {
    display: block;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media only all and (max-width: 550px) {
    img {
        display: none;
    }
}
