.landingpage {
	height: 400px;
	max-width: 600px;
	background-color: white;
	border-style: groove;
	margin: 70px auto 50px;
	display: grid;
	grid-template-columns: 40% 60%;
}
.landingpageleft {
	overflow: hidden;
}
.landingpageleftimage {
	height: 400px;
	margin: auto;
}
.landingpagecenter {
	padding: 25px;
}
.landingpagetext {
  max-height: 220px;
  overflow-y: scroll;
}
.enterbutton {
  max-height: 120px;
  margin: auto;
  padding: 25px;
}