main {
	background-image: url(/public/img/computer.gif);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: black;
	background-position: center center;
}

main h1 {
	text-align: center;
	font-size: 4vw;
	color: #d8fc1e;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: black;
}

