html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    color:#E6E6E6;
    background-color: #001733;
    line-height: 1;
}
a {
    color:#E6E6E6;
    text-decoration: none;
}
a:hover {
    color:#E6E6E6;
    text-decoration: underline;
}
a:visited {
    color:#E6E6E6;
    text-decoration: none;
}
a:active {
    color:#E6E6E6;
    text-decoration: none;
}
main {

}
main > div {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    text-align:center;
}
main img {
    width:320px;
}
@media screen and (min-width: 376px) {
    main img {
        width:480px;
    }
}
footer {
    position:absolute;
    bottom:60px;
    width:100%;
    text-align: center;
}
footer img {
    width:160px;
}
@media screen and (min-width: 376px) {
    footer img {
        width:190px;
    }
}