@import "header/layout_header.css?v=414341";
@import "layout_body.css?v=12341234";
@import "overlay.css?v=12345432";
@import "embedded_gallery.css";
@import "footer/layout_footer.css";

html, body {
    width: 100%;
    min-width: 375px;
    height: 100%;
    margin: 0 0 0 0;

    color: #1a1a1a;
    font-family: 'century-gothic';

    display: flex;
    flex-direction: column;
    align-items: center;
}

#contentbox {
    /* border:1px solid black; */

    min-height: 100%;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
}