body {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: green;
}

h1 {
	font-size: 30pt;
}

h1, h2, h3, h4, text, a, b, i, p {
	color: green;
}

header {
	text-align: center;
}

li {
	float: left;
	color: green;
}

li a {
	display: block;
	color: green;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	font-size: 12pt;
}

nav {
	width: 630px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.grey_link {
	color: brown;
}

.main {
	width: 500px;
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: white;
	padding: 50px;
	border-radius: 30px;
}

.old_logo {
	padding: 10px;
	height: 55px;
}

.old_logo_link {
	text-decoration: none;
}

.section {
  display: flex;
  flex-direction: row;
}

.show_case {
	text-align: center;
}

.show_case_image {
	width: 400px;
	border-style: ridge;
	border-width: 15px 50px;
}

.text__block {
  display: flex;
  flex-direction: column;
}

.topHr {
	width: 350px;
	height: 19px;
	background-image: url("");
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}