/* /activities/Peter's Brain Games 2/Fours/research.css */
*:focus {outline: none;} /* prevents outline on clicked items */
body {
	background-color:#eff;
	font-family:sans-serif;
	font-size:24px;
	color: #007;
}
#main {
	margin: 0 auto;
	width:980px;
}
#head {
	width:100vw;
	max-width: 980px;
	display:flex;
	padding-top:5px;
	justify-content:space-around;
	align-items: center;
}
#head img {
	text-align: center;
	width:50%;
}
#head div {
	width:50%;
	color:blue;
	font-style: italic;
	text-align: center;
}
ol {
	width:80vw;
	overflow-wrap: break-word;
	margin-left: 20px;
}
li {
	padding-bottom: 10px;
}

