.ftrWrapColor{
    background-color: #000;
}

.staking {
	position: relative;
	background: url(/images/logging1.jpg);
	background-size: cover;
	box-shadow:inset 0 -50px 50px #000;
}

.staking .container {
    display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
	min-height: 50vw;
}

.container DIV.main_content 
{
	margin-top: -15vh;
}

.container .main_content h1 {
    text-shadow: #0ff 2px 2px 4px;
    font-size: 5vw;
    padding: 0;
}

.container .main_content p {
    color: #FFF;
    text-shadow: #088 2px 2px 4px;
    font-size: 3vw;
}