@font-face {
    font-family: 'white_rabbitregular';
    src: url('../fonts/whiterabbit-webfont.woff2') format('woff2'),
         url('../fonts/whiterabbit-webfont.woff') format('woff'),
         url('../fonts/whiterabbit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image: repeating-linear-gradient(180deg, #0e0e0e, #0e0e0e .2em, #101215 .2em, #101215 .4em);
	color: #7AB2F4;
	font-family:"white_rabbitregular";
}

.content {
	max-width: 700px;
  	margin: auto;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	background-color: rgba(122,178,244,0.4);
}
