@charset "utf-8";
/* CSS Document */

body {
	background: grey;
	color: white;
	width: 1920px;
	height: 1080px;
}

a {
	display: block;
	color: white;
	text-decoration: none;
}

h1 {
	color: white;
	text-align: center;
	font-size: 100px;
	position: relative;
	top: -1020px;
	left: 0px;
}

.begin {
	color: white;
	text-align: center;
	font-size: 70px;
	position: relative;
	top: -520px;
	left: 0px;
}

.frame{
	background: grey url("loginscreen.jpg");
	width: 1920px;
	height: 1080px;
	margin: 0px auto;
	position: relative;
}