* {
padding: 0;
margin: 0;
font-family: 'Manrope', Verdana, Tahoma, sans-serif;
}
body {
background: #022268;
width: 100%;
height: 100%;
overflow: hidden;
}
.block-404 {
background: url(/img/logo.png) no-repeat top center;
display: block;
width: 100%;
height: 142px;
max-width: 320px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
background-size: 153px 40px;
}
.text {
padding: 63px 0 0;
text-align: center;
}
h1 {
color: #8c9ae5;
font: bold 20px Manrope;
margin: 0 0 20px;
}
p {
color: #fffefe;
font: bold 14px Manrope;
line-height: 18px;
}
.text a {
color: #FFD700;
text-decoration: none;
}
.text a:hover {
color: #fff;
}
.block-404.geo {
height: 162px;
}