.bg-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-effect2.png) repeat;
    z-index: 1;
    -webkit-animation: animateFigure 200s linear infinite;
    -moz-animation: animateFigure 200s linear infinite;
    -o-animation: animateFigure 200s linear infinite;
    animation: animateFigure 200s linear infinite;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    font: 18px/82px 'MuseoSansCyrl500', Arial, sans-serif;
}
a:hover {
    text-decoration: underline;
}
h2 {
    line-height: 50px;
    color: #fff;
    text-align: center;
    font: 133px/110px'BigSoftieFat', Arial, sans-serif;

    text-transform: uppercase;
    margin-bottom: 10px;
}
.animate-el.animated {
    opacity: 1;
}
.animate-el {
    opacity: 0;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

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

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: /*whatever width you want*/;
}

.description {
    font: 24px/24px 'MuseoSansCyrl300', Arial, sans-serif;
    text-align: center;
}
.logo {
	text-align: center;
}
body {
	background: url(../images/bg-4-2.jpg) center center no-repeat;
	background-size: cover; 
	margin: 0; 
	color: white;
}