* {
	margin: 0;
	padding: 0;
}

body {
	background-color: black;
	font-family: "Orbitron", sans-serif;
}

body section {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

body section#section-home {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url("../images/Project\ Elric\ -\ Background\ 4K.png");
	background-size: cover;
	background-position: center;
	color: white;
}

body section#section-home h1#brand-title {
	font-size: 3rem;
	margin-bottom: 1rem;
}

body section#section-home p#brand-description {
	font-size: 1.5rem;
}

body section#section-home img#brand-logo {
	width: 10rem;
	height: 10rem;
	margin-bottom: 5rem;
}

body section#section-home a#socialmedialinks {
	text-decoration: none;
	color: white;
}

body section#section-home a#socialmedialinks:hover {
	color: #ff0000;
}

body section#section-home a#socialmedialinks:visited {
	color: white;
}

body section#section-home p#note {
	font-size: 1rem;
	position: fixed;
	bottom: 5rem;
}
