body
{
	background-color: black;
	text-align: center;
	font-family: Arial, sans-serif;
}

img
{
	max-width: 100%;
	height: auto;
}

.btn-enter-container
{
	margin: 30px auto;
}

.btn-enter-container .btn-enter
{
	background-image: repeating-linear-gradient(30deg, #e6e4e7, #99979a 25%, #e6e4e7 50%);
	padding: 5px 10px;
	color: black;
	text-decoration: none;
	margin: 0 20px;
	text-transform: uppercase;
	font-weight: bold;
	transition: opacity 0.3s;
	border: 1px solid #4a4a4a;
}

.btn-enter-container .btn-enter:hover
{
	opacity: 0.8;
}

.abus
{
	font-size: 14px;
	margin-top: 75px;
	text-transform: uppercase;
	color: #b3b3b3;
}