header {
	width: 100%;
	height: 100vw;
}

header>h1 {
	display: none;
	position: absolute;
	left: 0px;
	top: calc(100vw - 108px);
	border-top: 2.5px solid var(--blue);
	border-bottom: 2.5px solid var(--blue);
	border-right: 2.5px solid var(--blue);
	font-size: 50px;
}

main {
	border-top: 2.5px solid var(--blue);
	padding: 20px;
	padding-bottom: 50px;
}

footer {
	background-color: white;
	width: 100%;
	border-top: 2.5px solid var(--blue);
}