/* RESET BROWSER */

html {
    width: 100%;
}
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,
header,
nav,
footer,
section,
article {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
ol,
ul,
li {
    list-style: outside none none;
}
blockquote {
    quotes: none;
}
blockquote::before,
blockquote::after {
    content: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img,
a {
    border: medium none;
    color: #888;
    outline: 0 none;
    text-decoration: none;
}

/* GENERAL */

body {
    color: #000;
    background: var(--body);
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, serif;
    font-family: "Noto Serif", serif;
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    overflow-x: hidden;
    border: 0;
    outline: 0;
}
.volodromo_ {
    height: 100vh;
    display: table;
    width: 100%;
    background: mediumspringgreen;
}
.volodromo__ {
    display: table-cell;
    vertical-align: middle;

}
.volodromo_ span.log{
    background-image: url(../images/volodromo_v.svg);
    background-position: 50%; 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    max-width: 200px;
    margin: 0 auto 20px;
    height: 70px;
    display: block;
}
.volodromo_ a{
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: underline;
    color: purple;
}
.volodromo_ p strong{
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
    color: blue;
      font-size: 1.5em;
}
