*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after{-moz-box-sizing: border-box;-webkit-box-sizing: -border-box;box-sizing: border-box;}
:focus,:active{outline:none ;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{height: 100%;width: 100%;font-size: 100%;line-height: 1; font-size: 14px;-ms-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-webkit-text-size-adjust: 100%; }
input,button,textarea{font-family: inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0;border: 0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style:none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size: inherit;font-weight: inherit;} 

body{
    background-color: rgb(20, 20, 20);
    margin:  0 1 auto;
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    padding: 200px;
}

.barrierimg > img {
    width: 200px
    
}

.txt {
    margin-top: 20px;
}

.WS {
    font-family: "MinecraftFont";
    font-size: 50px;
    color: gold;
}
.vanilla {
    font-family: "MinecraftFont";
    font-size: 20px;
    color: gray;
    margin-top: 10px;
}
.info {
    font-family: "MinecraftFont";
    font-size: 40px;
    color: gray;
    margin-top: 120px;
}

footer {
    margin-top: 110px;
    height: 100px;
    padding-top: 110px;
    display: flex;
	padding: 10px;
    align-items: flex-end;
    justify-content: center;
}

.footer{
    color:gray;
    font-size: 15px;
	font-family: "MinecraftFont";
	text-align: center;
}

.footer:hover {
text-decoration: underline;
}

/* ШРИФТ */

@font-face {
	font-family: "MinecraftFont";
	src: url(../font/minecraft.ttf);
	font-style: normal;
	font-weight: normal;
}
