﻿* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px 4px;
}

body {
    margin: 20px;
    max-width: 1200px;
    max-height: none;
}

/* Style the header */
.header {
    background-color: white;
    float:none;

}






/* Style the gallery */
div.gallery {
    margin: 5px;
    float:none;
    position:center;
    max-width: 1200px;

}

    div.gallery img {
        height: auto;
        max-width: 1200px;
    }


h1 {
    margin-top: initial;
    background-color: white;
    position: center;
 
}

h6 {
    margin-top: initial;
    background-color: white;
    position: center;
    height: auto;
    max-width: 1200px;
}

/* Style the footer */
.footer {
    background-color: darkblue;
    text-align: center;
    font-size: 16px;
    color:white;
    padding-bottom:2px;
}
