body	 {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #333;
	font-family: 'Roboto Mono';
    font-size: 2vw;
	color: #BBB;
}

p {
	text-align: center;
}

.container {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.art {
	font-size: 4vw;
}

@media (max-width: 600px) {
	body { 
		font-size: 8vw;
	}
  
	.art {
		font-size: 8vw;
	}
}