@font-face {
    font-family: 'Ria';
    src: url('fonts/ria.eot');
    src: local('☺'), url('fonts/ria.woff') format('woff'), url('fonts/ria.ttf') format('truetype'), url('fonts/ria.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 20px;
    font-family: 'Ria';
    font-size: 20px;
    line-height: 1.4;
    background-color: white;
    background-image: url('/bgr.jpg');
    background-size: cover;
    letter-spacing: 0.02em;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 40px);
}
.content > div {
    max-width: 600px;
}
h1  {
    color: #440000;
}
p {
    color: #242424;
}
a {
    color: #440000;
}

@media (min-width: 800px) {
    body {
        font-size: 24px;
    }    
}
