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

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

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