body {
	background-image: url("https://i.imgur.com/93nxCEs.png");
}

.banner {
	width: 100%;
	margin-left: -7px;

	position: -webkit-fixed;
	position: fixed;
	top: 0;

	background-color: seashell;
	border-bottom: 3px solid salmon;
}

.bannerlogo {
	margin-bottom: -20px;
}

.bannerline {
	border-left: 3px solid salmon;
	border-width: 100%;

	vertical-aline: middle;
	display: inline-block;
	text-align: center;
	padding: 14px 16px;
}

.boxed {
	border-radius: 18px;
	align-self: center;
	margin: 50px;
	margin-left: 75px;
	margin-right: 75px;

	background-color: seashell;
	border: 3px solid salmon;

	padding: 15px;
}

.text {
	margin-left: 100px;
	margin-right: 100px;

	font-size: 25px;
	color: sienna;
	-webkit-text-stroke: 1px darkred;
}

.section {
	font-size: 75px;
	color: gold;
	-webkit-text-stroke: 2px coral;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: coral;
}

.link {
	font-size: 30px;
	color: crimson;
}

.endlink {
	vertical-align: bottom;

	font-size: 30px;
	text-align: justify;
}

.welcome {
	margin: 25px;
	margin-left: 150px;
	margin-right: 150px;
}