body {
	background-color: #000;
	color: #fff;
	font-family: 'Hack';
	padding: 5px 0;
	position: relative;
}

@font-face {
font-family: 'Hack';
src: url('../fonts/Hack-Regular.woff') format('woff'),
	 url('../fonts/Hack-Regular.ttf')  format('truetype');
}

.wrapper{
	padding-bottom: 25px;
	text-align: center;
}

a:link, a:visited, a:hover, a:active  {
    text-decoration: none;
}

body{
	background-color: #000;
	color: #fff;
    text-align:center;
}

.buttons{
	margin: auto;
	max-width: 500px;
}

.button{
	background-color: #000; 
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Hack';
	font-size: 15px;
	margin: 5px 0px; 	
	padding: 20px 32px;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.2s;
	width: 100%;
}

.button:hover {
	background-color: #fff;
	color: #000
}

.footer {
	bottom: 0;
    color: #fff;
    left: 0;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active{
	color: #fff;
    opacity: 0.2;
}

iframe{
    display: block;
    background: #000;
    border: none;
    height: 275px;
    width: 100%;
	overflow: hidden;
}