/* Base Styling */

@font-face {
	font-family: "horrorCORE";
	src: url(horrorCORE.ttf) format("truetype");
}

body {
	background: #f3f8fa;
	color: #18181b;
}

.divMain {
  display: flex;
  height: 100vh;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.setsBody {
	display: flex;
	flex-direction: column;
}

.setsMain {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 80%;
	align-self: center;
}

.divLogo {
	font-family: 'horrorCORE', sans-serif;
	font-size: 100px;
	text-align: center;
	color: black;
}

.divLinks {
	text-align: center;
}

.pLinks {
	letter-spacing: 5px;
}

.container {
	text-align: center;
}

/* FontAwesome Styling */

.fab {
	color: #18181b;
}

.fa-twitter:hover {
    color: lightskyblue;
}


.fa-soundcloud:hover {
    color: orange;
}

.fa-twitch:hover {
    color: purple;
}

.fa-instagram:hover {
    color: brown;
}

.fa-discord:hover {
    color: #5662F6;
}

.fa-tiktok:hover {
	filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}