.heaven_footer {
display: grid;
    width: 100%;
    grid-template-rows: 200px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-flow: column;
    justify-content: start;
}

.heaven_stats {
	height:200px;
	    width: 150px;
	background-color:#4e3a26;
	box-sizing:border-box;
	padding:5px;
	position:relative;
	color:#f1ecec;
}

.heaven_stats2 {
	height: 200px;
	    width: 150px;
	background-color:#4e3a26;
	box-sizing:border-box;
	padding:5px;
	position:relative;
	color:#f1ecec;
}

.heaven_online {
	height: 200px;
	width:  227px;
	background-color: #4e3a26;
	box-sizing:border-box;
	padding:5px;
	position:relative;
	overflow:auto;
	color:#f1ecec;
}

.heaven_away {
	height: 200px;
	width: 227px;
	background-color: #4e3a26;
	box-sizing:border-box;
	padding:5px;
	position:relative;
	overflow:auto;
	color:#f1ecec;
}

.sawayuser {
	padding: 3px;
}

.heaven_quote {
	height: 200px;
	width:  227px;
	background-color: #4e3a26;
	box-sizing:border-box;
	padding:5px;
	position:relative;
	color:#f1ecec;
}

.heaven_last24h {
	height: 200px;
	width:  227px;
	background-color: #4e3a26;
	box-sizing:border-box;
	padding:5px;
	position:relative;
	color:#f1ecec;
}

h1 {
	  position: sticky;
    top: -5px;
    width: 100%;
    text-align: center;
    text-transform: lowercase;
		font-weight:200;
    border-bottom: 1px solid #41301f;
	color:#f1ecec;
font-size: 15px;
}

.welcomenew {
		background: #4e3a26;
	color: #f1ecec;
	text-align:center;
	text-transform: lowercase;
	z-index:6;
	padding: 3px;
}

.statslinks {
	padding:3px;
}

.statsrechts {
    padding: 3px;
    height: 160px;
    overflow-x: hidden;
text-align: justify;
}

.online today {
padding: 3px;
}