﻿body {
    margin: 0;
    background-image: url(../img/bg2.jpg),url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center,top center;
    background-color: #810001;
    min-height: 1986px;
    box-sizing: border-box;
    padding-bottom: 200px;
}
.box {
    padding: 10px;
    background: linear-gradient(#fff1d8,#eca870);
    font-size: 25px;
    color: #442409;
    font-weight: 100;
    line-height: 50px;
    display: block;
    text-decoration: none;
    box-shadow: 0 0 32px #330000;
    box-sizing: border-box;
}
img{
    display: block;
}