body {
	background: url("/static/img/background.png") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}
  
#navbar {
	background-color: #2a282f88;
	border-bottom: solid;
	border-color: #696969;
	backdrop-filter: blur(2px);
}

.navbar-item:hover {
	background-color: #1e1d2288 !important;
}

.server-stats-card {
	background-color: #2a282f33;
}

.quick-links-card {
	background-color: #2a282f33;
}

.quick-link-content {
	padding: 0.5rem;
}

.quick-link {
	font-weight: bold;
}

footer {
	background-color: transparent !important;
}