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

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

.logo {
	width: auto;
	height: 70%;
	margin-top: 10%;
	margin-bottom: 10%;
	padding: 0;
	border: none;
	background-image: url(dev_vs_user.jpeg);
	background-position: center;
	background-repeat: no-repeat;
}
