* {
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	font-family: 'Raleway', sans-serif;
}

html {
	height: 100%;
}

body {
	background: #2f2f2f;

	color: white;

	height: 100%;
	width: 100%;
}

body.swal2-shown > [aria-hidden="true"] {
	filter: blur(20px);
}

.nav-item.active .nav-link {
	color: #2daae1 !important;
}

.nav-item.active .nav-link::before {
	content: "» "
}

.nav-item.active .nav-link:hover {
	color: white !important;
}