p {
	font-family: "Roboto", sans-serif;
	color: #7F7F7F;
}

p.head {
	font-weight: 900;
	font-size: 10em;
    margin-block-end: 0em;
	margin-block-start: 0em;
}

p.sub {
	font-weight: 700;
	font-size: 4em;
	margin-block-start: 0em;
}

html, body {
    height: 100%;
}    
body {
	background-color: #1F1F1F;
	margin: 0;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
p.head {
	font-weight: 900;
	font-size: 5em;
    margin-block-end: 0em;
	margin-block-start: 0em;
}

p.sub {
	font-weight: 700;
	font-size: 2em;
	margin-block-start: 0em;
}
}