/** RESET **/
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0px !important;
    overflow-x: hidden !important;
    font-family: Arial, sans-serif;
}
body,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
p{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
div,
input,
textarea,
button,
a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
strong,
b,
.strong,
.bold {
    font-weight: 700;
}
button, input {
    outline:none !important;
}
button {
    cursor: pointer;
    border: none;
}
a {
    text-decoration:none;
    color: inherit;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
select::-ms-expand,
input::-ms-clear {
    display: none;
}
textarea {
    overflow: auto;
}
.clear{
    clear: both;
}
img, video {
    max-width: 100%;
    display:block;
}
select option {
    color: #000;
    background: #fff;
}
em {
    font-style: italic !important;
}


.div1 {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.div2 {
    display: table-cell;
    vertical-align:middle;
    text-align: center !important;
}

.div2 > img{
    width: 200px;
    margin: auto;
}

h1 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
