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

html {
	background-color: #000000;
	background-size: cover;
}

.logo {
	width: auto;
	height: 50%;
	margin-top: 10vh;
	margin-bottom: 22px;
	padding: 0;
	border: none;
	background-image: url(its_fine.gif);
	background-position: center;
	background-size: 500px auto;
	background-repeat: no-repeat;
}
