html,
body {
	font-size: 20px;
	color: #0c0c0b;
}
.container {
	max-width: 1190px;
    margin: 0 auto;
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
}
.title {
	font-size: 100px;
	text-transform: uppercase;
}
strong.sub-title {
    font-size: 34px;
}