div {
    width: 250px;
    height: 350px;
    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}


h1 { 
	font-family: 'brandon-grotesque', Arial, serif; 
	font-weight: 300; 
	font-size: 20px;
}

h2 { 
	font-family: 'brandon-grotesque', Arial, serif; 
	font-weight: 500; 
	font-size: 18px;
}