@font-face {
	font-family: 'allentus';
	src: url('BEBAS__.TTF') format('truetype');
}
* {
	color: #fff;
}

html,
body,
.view {
	height: 100%;
	ont-family: 'Ubuntu', sans-serif;
	background: url(../img/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	display: flex;
	align-items: center;
}

.container {
	max-height: 100%;
}

div img {
	-webkit-transform: scale(0.7);
}

.view {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: auto;
}

.jumbotron {
    background: none;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(2, 2, 2, 0.70);
}

th {
	display: table-cell;
	vertical-align: inherit;
	font-weight: bold;
	text-align: center;
	background-color: rgba(100, 100, 100, 0.60);
	border: 2px solid rgba(100, 100, 100, 0.60);
}

td {
	display: table-cell;
	vertical-align: inherit;
	text-align: center;
	background-color: rgba(2, 2, 2, 0.50);
	border: 2px solid rgba(100, 100, 100, 0.60);
}