body, div, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0; padding: 0; border: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    text-align: left;
}

html, body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.total {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.logo {
    margin: 0 auto;
    width: 50vw;
    height: 50vh;
    background: url(img/logo.svg) center top no-repeat;
}
