@charset "UTF-8";
/* CSS Document */

body{
	padding: 40px;
	font-family: 'Courier New', monospace;
	text-align: center;
}

#target{
	font-size: 48px;
	letter-spacing: 3px;
}
.info{
	color: #ccc;
}