html, body {
        height: 100%;
}
body {
        margin: 0;
	background: #330033;
	color: #fff;
	font-family: sans-serif;
}
.flex-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.row {
        width: auto;
	text-align: center;
}
.big {
	font-size: 400%;
	font-weight: 300;
	margin: 0;
}
.small {
	font-size: 50%;
	font-weight: 300;
}
