@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

html::-webkit-scrollbar {
	width:14px;
}

html::-webkit-scrollbar-track {
    background:#444;
} 

html::-webkit-scrollbar-thumb {
    background:#333;
}

html {
    scrollbar-color: #333 #444;
    scrollbar-width: auto;
}

body {
	height:100%;
	width:100%;
	background-color:#171717;
	background-image:url(../images/main-bg.png);
}

a {
	outline: none; 
}

a img {
    border: 0;
}

header {
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding-top:10px;
	display:flex;
	justify-content: center;
}

header a img {
	height:50px;
	vertical-align:bottom;
}