@font-face {
    font-family: 'Eurostile';
    src: url('eurostileextbla-webfont.woff2') format('woff2'),
         url('eurostileextbla-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body, .container {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    color: #0087C9;
}
.container {
    display: flex;
}
.logo_container {
    text-align: center;
    margin: auto;
}
.logo {
    width: 46rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.title {
    font-family: 'Eurostile', sans-serif;
    font-size: 3rem;
    margin-bottom: 1rem;
}
.slogan {
    font-family: 'Times New Roman', times, serif;
	font-style: italic;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.ru {
    font-family: 'Russo One', sans-serif;
    font-size: 1.5rem;
}