

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
	border: solid black;
    margin: 45px;
	width: 70%;
	
	margin-right: auto;
	margin-left: auto;
	background-color: #d8f0f5;
	
}
* {
	margin: 0;
	padding: 0;
}

div {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    column-count: 2;
    
    
    padding-left: 2%;
    padding-right: 2%;

}

header h2{
    color: white;
	text-align: center;
	font: 4em dosis;
	background-image: linear-gradient(30deg,black 0%, #9b05a4 40%, #bc09c7 50%, #9b05a4 60%, black 100%);
    border-bottom: 3px solid black;
}
/* Menu styling */

ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
li{
	background: #9b05a4;
	padding: 5px;
	text-align: center;
	flex-basis: 25%;
}
a{
	text-decoration: none;
	color: white;
}
 /* Flex box stuff */

 main { display: flex;}


/* Pre-Flex Menu Styling
#nav_menu ul { list-style-type: none;
	
}
#nav_menu {
	list-style: none;
	position: relative;	
}
#nav_menu ul li {float: left;
}
#nav_menu ul li a {
	text-align: center;
	display: block;
	width: 20.72em;
	padding: 1em 0;
	background-color: #9b05a4;
	color: white;
	font-weight: bold;
	border-right: 2px solid white;
}
#nav_menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
}
#nav_menu ul ul li { float: none;
}
#nav_menu ul li:hover > ul {
	display: block;
}
#nav_menu > ul::after {
	content: "";
	display: block;
	clear: both;
}
#nav_menu ul li a.lastitem {border-right: none;}
*/


header img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 5px double blue;
	color: blue;
	font-weight: bolder;
	box-shadow: 0px 0px 8px 3px purple;
	margin-top: 20px;
	margin-bottom: 20px;	
}

header h5 {
	color: teal;
	margin-left: 460px;
}
footer p {
	text-align: center;
}
