@font-face {
  font-family: 'SofadiOne-Regular';
  src: url(fonts/SofadiOne-Regular.woff2) format('woff2');
}

body {
	font: normal 1rem "SofadiOne-Regular", system-ui;
	color: white;
	background-color: black;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
a:visited {
	color: #999;
}
a.active {
	color: white;
}
ul {
	padding: 0;
}
nav ul li {
    display: inline-block;
	margin: 0 5px;
    transition: .5s;
}
header {
	margin: 0 auto;
	text-align: center;
}
header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
header h1 {
	margin: 0;
	font-size: 2rem;
}
header nav {
	text-align: center;
}

.bg {
	position: absolute;
	width: 20%;
}
.bg img {
	position: relative;
	width: 100%;
	z-index: 1000;
}
main {
	margin: 50px auto;
	text-align: center;
}
main p {
	padding: 20px 0;
}
.widget {
	margin-bottom: 20px !important;
}
