header {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: calc(100vw - 50vh);
}

header>h1 {
	position: absolute;
	left: 0px;
	bottom: 60px;
	border-top: 5px solid var(--blue);
	border-bottom: 5px solid var(--blue);
	border-right: 5px solid var(--blue);
	font-size: 50px;
}

main {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 50vh;
	border-left: 5px solid var(--blue);
	padding: 2vh;
}