body {
	background: url("../../background.jpg") no-repeat center center fixed;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 0;
}

#logo {
	margin-top: 80px;
	filter: drop-shadow(2px 2px .2rem black);
	opacity: 0;
	transition: opacity 3s;
}

#outer {
	opacity: 0;
  width: 100%;
	text-align: center;
	transition: opacity 3s;
	transition-delay: 2s;
}

#outer div {
	display: inline-block;
	margin: 40px;
}

#outer div img {
	width: 100px;
}

#note {
	font-size: 42px;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
	opacity: 0;
	transition: opacity 3s;
	transition-delay: 1s;
}

#loading {
	font-size: 38px;
	margin-top: 40px;
	transition: opacity 1s;
}