@font-face { font-family: Minimal; src: url('MinimalFont5x7.ttf'); } 

html, body {
	height:100%;
	margin:0;
	padding: 0;
    background-color: #201f22;
	color: #FFFFFF;
	text-align: center;
	
	display: flex;
    justify-content: center;
    align-items: center;
	
	font-family: Minimal;
	font-size: 30px;
}

.title {
	font-size: 22.5vmin;
	color: #e21d63;
}

.description {
	font-size: 7.5vmin;
	color: #15d8ef;
}

/*.icons {
	text-align: center;
	color: #FF0000;
}*/

.icon {
	width: 10vmin;
	height: 10vmin;
}