body {
	background-color:rgb(255,255,255);
	font-family:'Rubik';
	display: flex;
}
#parent {
	margin: auto;
}
#block {
	color:rgb(255,85,85);
	border:1px solid rgb(255,85,85);
	border-radius: 0.5rem;
	padding:0.5rem;
	font-size: 2rem;
}
.menu {
	margin-top: 2rem;
}
a {
	color: #ccc;
	border-bottom: 0.0625rem dotted #ccc;
	text-decoration: none;
}
a:hover {
	color: #333;
	border-bottom: 0.0625rem dotted #333;
}
img:hover {
	content: url(/src/cube50.png);
}