body {
    background: url(../img/bg.jpg) 0 0 / cover;
    font-family: "Source Sans Pro", sans-serif;
    color: rgba(255, 255, 255, 0.5);
	margin: 220px;
}
body.gray {
    background: url(../img/bgd.jpg) 0 0 / cover;
}
.headline, .widget{
	padding: 30px;
    font-family: Nunito, "Russo One", "Source Sans Pro", sans-serif;
    color: rgba(255, 255, 255, 0.7);
}
.widget {
    background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: background-color 250ms;
	cursor: wait;
}
.widget:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.headline .content, .widget .content {
    font-size: 86px;
    text-align: center;
}
.regulations {
	position: fixed;
	bottom: 100px;
	left: calc(100% / 2 - 95px);
}
.regulations a {
    color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color 250ms;
}
.regulations a:hover {
    color: rgba(255, 255, 255, 1);
}
.footbar {
    background-color: rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.footbar span {
    font-size: 14px;
	position: fixed;
	left: calc(100% / 2 - 117px);
	bottom: 10px;
}
