div {
	border: 2px solid black;
	border-radius: 20px;
	color: black;
	float: left;
	clear: none;
}

img {
	width: 200px;
	height:200px;
}

p {
	color: black;
}
#menuHole{
	position: relative;
	top: -250px;
	width: 100px;
	height: 125px;
	left: 1000px;
	background-color: rgb(130, 139, 85);
}
#link1 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;

}

#link2 {
	position: relative;
  	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 1vh;
}

#link3 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 2vh;
}
#link4 {
	position: relative;
	width: 3vw;
	height: 1vh;
	font-size: 12pt;
	Left: 0px;
	top: 3vh;
}

#container {
	height: 850px;
	
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;

	/*position: relative;*/
	/*align-self: center;*/
	/*justify-content: center;*/
	background-color: lightcoral;
	/*display: flex;*/
}


.longbox {
	width: 15%;
	background-color: lightgreen;
	padding: 10px;
	margin: 5px;
	font-size: 24pt;
}


.content {
	width: 75%;
	height: 815px;
	margin-left: 5%;

	background-color: lightblue;
}

.header {
	width: 90%;
	height: 100px;
	margin-left: 2%;
	margin-right: 2%;
	padding: 3%;
	background-color: pink;
	font-size: 50pt;

}

#header-text {
	position: relative;
	top: -75%;
}