@font-face {
    font-family: Bebas;
    src: url('fonts/bebasneue-regular.woff');
}

#links {
	margin: 15rem auto ;
	width: 50rem ;
	display: grid ;
	grid-template-columns: 25rem 25rem ;
}
	#links a {
		border: 1rem solid #334 ;
		display: inline-block ;
		text-align: center ;
		padding: 5rem ;
		font: 5rem Bebas ;
		color: #334 ;
		text-decoration: none ;
	}
		#links a:hover {
			background: #334 ;
			color: #fff ;
		}
		#links a:first-child {
			border-right-width: 0.5rem ;
		}
		#links a:last-child {
			border-left-width: 0.5rem ;
		}


