

body {
	overflow: hidden;
	padding-inline: 10%;
	font-size: 15px;
	word-break: keep-all;
}


.half {
	position: absolute;
	padding-block: 100px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.right {
	left: 50%;
	width: 50%;
	overflow-y: auto;
	padding-bottom: 100px;
	padding-inline: 50px;
}

.left {
	width: 50%;
	height: 100%;
	padding-right: 50px;
}

.content {
	height: 300%;
	padding-right: 150px;
}

.image-container{
	padding-right: 100px;
}

img {
	height: 250px;
	vertical-align: text-top;
	margin: 5px;
}

/*img:hover {
	height: 300px;
}*/

h1 {
	font-size: 40px;
	position: fixed;
}


u:hover {
	color: red;
	font-weight: bold;
}


.home {
	color: black;
	background-color: transparent;
}

footer {
	font-size: 12px;
	position: fixed;
	bottom: 3%;
	width:100%;
/*	text-align: right;*/
}