body,html {
    margin:0;
    padding: 0;
}

#wrapper {
    width: 100%;
    height: 100%;
}

#header {
    height: 100px;
    width: 100%;
    background-color: DarkRed;
    text-align: center;
}

#content {
    text-align: center;
}

#photo-wrapper {
    margin-top: 40px;
    height:400px;
    line-height: 400px
}
#photo-wrapper img {
    display: inline-block;
    outline: 1px solid black;
    margin:0px 10px;
    cursor: pointer;
}
#photo-wrapper p {
    display: inline-block;
    vertical-align: top;
    font-family: sans-serif;
    font-size: 20px;
}

#footer {
    text-align: center;
    font-family: sans-serif;
    margin-top: 100px;
}
#footer p {
    display: inline;
}
#footer a {
    margin-left: 10px;
}

h1, h2, h3 {
    font-family: sans-serif;
}
h1 {
    margin: 0;
    color: white;

    font-size: 50px;
    padding-top: 20px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 30px;
}
