html, body {
    height: 100%;
    background-color: #fffeec;
	font-family: 'Rajdhani', 'Helvetica', 'Arial', sans-serif;
}
.parent {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.parent > .child {
    display: table-cell;
    vertical-align: middle;
    padding-top: 1em;
	font-size: 10.3em;
    font-weight: light;
    color: #FFF1AF;
}