
:root {
    --bs-body-bg: transparent;
}

html {
	background-color: black;
    background: url(/css/imgs/bg.jpg) no-repeat center fixed;
    background-size: cover;
}

#bg-info {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#bg-info a {
	color: grey;
}

#bg-info a:hover {
	color: white;
}
