.loading-screen {
	background-image: url("../img/wallpaper.png") !important;
	background-repeat: repeat;
	background-size: 3px;
	background-position: center;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
	min-height: 100vh;
	min-width: 100vw;
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
}

.welcome-to-macintosh {
	background: #fff;
	width: 70%;
	margin: 0 auto;
	border: 1px solid #000;
	margin-top: 15vh;
	-webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
	font-family: Chicago;
	padding: 40px 50px 100px 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 24px;
}

#welcome-icon-column {
	flex-basis: 35%;
}