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, font, 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 {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1.3;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: red;
}
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: black;
  margin: 0;
  padding: 0;
    font-family: Arial, Helvetica, "Sans Serif", serif;
  font-size: 12pt;
  color: white;
  text-align: center;
  vertical-align: middle;
}
table {
  height: 100%;
  width: 500px;
}
p {
    font-family: Arial, Helvetica, "Sans Serif", serif;
  font-size: 12pt;
  color: white;
}
div {
    font-family: Arial, Helvetica, "Sans Serif", serif;
  font-size: 10pt;
  color: white;
}
img  {
  border: 0 none;
}

.cntr{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iNiz {
  position: absolute;
  bottom: 5px ;
  right: 5px;
  z-index: 4;
  width: 11.2em;
  height: 4em;
  text-align: left;
}

.iLeftNiz {
  position: absolute;
  bottom: 5px ;
  left: 5px;
  z-index: 4;
  width: 16em;
  height: 4em;
  text-align: left;
}

.parent {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    left: 0;

}

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

.block {
    display: inline-block;
}
