@charset "utf-8";

/* ######### General */
* {
    margin: 0px;
    padding: 0px;
}

var {font-style: normal;}
form {display: block;}

body {
    background: #fdfffd;
    color: #6D6D6D; /*  | #821713 */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;

    overflow-y: scroll;
}

a:link, a:visited, a:active {
    color: #003862;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

a:hover {
    color: #0070BA;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

img { border: 0px solid #000; }
.underline { text-decoration: underline; }
.clear { clear: both; }

/* ########## Header */
@font-face {
   font-family: Belligerent Madness; /* Имя шрифта */
   src: url(blg.ttf); /* Путь к файлу со шрифтом */
}


.wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    flex-direction: column;
}

.header H1 {
    display: block;
    font-size: 48px;
    font-weight: bold;
    font-family: Belligerent Madness;
    transform: rotate(-0.7deg);
}

.header H1 SPAN { color: #0070BA; }

.header H1 A { font-family: Belligerent Madness; color: #C20E15; }

.contact {
    margin-top: 18px;
    font-size: 25px;
}

.info {
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
}
