body {background-color: black;}

.date { 
	background: #fe921f; 
	color: #ffffff; 
	display: inline-block; 
	font-family: 'Lato', sans-serif; 
	font-size: 24px; 
	font-weight: bold; 
	line-height: 24px; 
	letter-spacing: 1px; 
	margin: 0 0 30px; 
	padding: 10px 15px 8px; 
	text-transform: uppercase;
	}

.myclass {
	color: #ffffff; 
	font-family: 'Lato', sans-serif; 
	font-size: 54px; 
	font-weight: 300; 
	line-height: 58px; 
	margin: 0 0 58px;	
    position: absolute;
    left: 50%;
    top: 50%;    
    transform: translateX(-50%) translateY(-50%);
}