div {
	float: left;
	clear: none;
}

img {
	float:left;
	width:50%;
	margin-right:25%;
	margin-left:25%;
}

#container {
	border: 2px solid black;
	border-radius: 20px;
	color: black;
	background-color: lightgray;
	width: 80%;
	font-size: 20pt;
	font-family: Source Sans Pro;
	font-weight: lighter;
	float: right;
	margin-left: 7%;
	margin-right: 2%;

}
.headermenu {

	background-color: black;
	width: 100%;
	border: 2px solid black;
	border-radius: 20px;
	clear: top;

}

#textarea {

	text-align: center;
	color: black;
	width: 100%;
	margin-bottom: 10%;

}

body {
	background-image: url("https://i0.wp.com/trustyspotter.com/wp-content/uploads/2019/02/deadlift_405.jpg?fit=600%2C400&ssl=1");
}

.menuitem {

	font-size: 30;
	margin-top: 50px;
	margin-left: 10%;
	margin-bottom: 50px;

}

a:link {
	color: white;
	text-decoration: underline;
}

/* mouse over link */
a:hover {
	text-decoration: underline;
	text-decoration: ;
	color: white;
}

a:visited {
	text-decoration: underline;
	text-decoration: line-through;
	color: white;
}