html, body {
	width: 98%;
	height: 96%;
	padding: none;
	margin: none;
	overflow: hidden;
}
body {
	background-color: #232323;
	/*width: 100%;
	height: 100%;*/
	display: flex;
        justify-content: center;
        align-items: center;
}
#vemihelvete {
        display: block;
        /*border: 5px solid white;*/
	background-image: url("vemihelvete.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 415px;
	height: 163px;
}
#links {
        display:block;
}