body {
	margin: 0;
	min-height: 100vh;
	color: white;
	font-family: "Segoe UI Light", Arial;
	background-image: url(../imgs/backgroundAlternate2.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 100%;
	width: 100%;
}

}
.container {
	margin-left: auto;
	margin-right-auto;
	padding-left: 1rem;
	padding-right: 1rem:
}
.centeredtext {
	margin-top: 15px;
	text-align: center;
}
.MainWindow {
	margin-top: 200px;
	position:relative;
	display: flex;
	justify-content: center;
	padding-bottom: 110px;
}
.WindowText {
	position:absolute;
	top: 15px;
	transform: translateX(0.5%);
	max-width:90ch;
	line-height: 1.6;
	z-index:101;
}
.Dock {
	position: fixed;
	z-index: 199;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.LinkedInHitBox {
	opacity: 0;
	z-index: 200;
	position: fixed;
	bottom: 25px;
	left: 152px;
}
.BlueskyHitBox {
	opacity: 0;
	z-index: 200;
	position: fixed;
	bottom: 25px;
	left: 570px;
}
.InstagramHitBox {
	opacity: 0;
	z-index: 200;
	position: fixed;
	bottom: 25px;
	left: 365px;

}

