body {
	font-family: "Courier", monospace;
	font-size: 14pt;
	font-weight: bold;
	margin: 4vw;
}
main.regular {
	font-weight: normal;
}
a {
	color: black;
}
img {
	width: 90vw;
	border: 8px solid green;
}
img.first {
	width: 50%;
	height: auto;
	margin-right: 20px;
}
img.second {
	width: 40%;
	height: auto;
}
img.third {
	width: 30%;
	height: auto;
}
img.logo {
	width: 20%;
	height: auto;
}
div.multiple {
	display: flex;
	justify-content: space-between;
}
nav {
	display: flex;
	justify-content: space-around;
	font-size: 12pt;
	margin: 3vw;
}
