@font-face {
    font-family: RegularFont;
    src: url("../RobotoSlab-Regular.ttf");
}

@font-face {
    font-family: MyGameFont;
    src: url("../SeymourOne-Regular.ttf");
}



html, body {
	margin: 0px;
	height: 100%;
	color: white;
	font-family: RegularFont;
}

header {
	width: 100%;
	height: 60px;
	background-color: black;
	border-bottom: 2px solid #59318b;
}

header > img {
	position: relative;
	height: 40px;
	margin-left: 20px;
	top: 10px;
}

main {
	background-image: url("../images/background.jpg");
	width: 100%;
	height: 600px;
}

#signup-container {
	position: relative;
	width: 500px;
	min-width: 400px;
	margin-left: 50%;
	padding-top: 80px;
	right: 250px;
}

.btn-light, h2 {
	font-family: MyGameFont;
}

h2 {
	margin-bottom: 40px;
}

.btn-light {
	background-color: #59318b;
	border: 0;
	color: white;
}

#signup-container > p {
	margin: 0;
}

p {
	padding: 10px;
}

footer {
	width: 100%;
	height: calc(100% - 660px);
	background-color: black;
	border-top: 2px solid #59318b;
}
