body, html {
	font-family: arial, tahoma;
	font-size: 14pt;
	height: 100%;
	padding: 0;
	margin: 10px 5px;
	background-image: url("bg.png");

}

a {
	text-decoration: none;
	color: inherit;
}


#main {
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

#title {
	font-size: 25pt;
}

.boxy {
	max-width: 500px;
	width: 100%;
	background: #ad8f68;
	border: 4px ridge #bba991;
	margin: 5px 0;
}


.boxy-title {
	background: #bba991;
	border-bottom: 4px ridge #bba991;
	text-align: center;
	font-size: 18pt;
}

.boxy-content {
	padding: 5px;
}

.big-buttons {
	display: flex;
	justify-content: space-evenly;
	padding: 5px 0;
}

.big-button {
	width: 150px;
	height: 50px;
	background: #bba991;
	border: 4px ridge #bba991;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.project {
	border: 4px ridge #a17234;
	background-color: #efb075;
	margin: 5px 0;
	cursor: pointer;
}

a:nth-child(2n + 1) .project:nth-child(2n + 1) {
	border-color: #8b5916;
	background-color: #ebac86;
}

.project-title {
	font-size: 14pt;
	padding: 2px 5px;
}

.project-desc {
	padding: 5px 10px;
}

.cool-thing {
	padding: 10px 0;
}

.cool-thing a {
	color: inherit;
	text-decoration: underline;
}