body {
	background-repeat: repeat;
	background-image: url(../img/Dust-White-Seamless-pattern-for-website-background.jpg);
}

@font-face {
    font-family: "BebasNeue";
    src: url(../font/bebasneue.ttf) format('truetype');
    font-style: normal;
}

.outer {
    display: table;
    position: absolute;
    height: 99%;
    width: 99%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}

.big {
	font-family: BebasNeue;
	font-size: 70px;
	color: #000;
	text-align: center;
}

.small {
	font-family: BebasNeue;
	font-size: 19px;
	color: #000;
	text-align: center;
}