body {
	overflow: scroll;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}
body::before {
	background-image: url("/assets/bg/index.webp");
}

.links {
	display: flex;
	flex-flow: row;
	gap: 20px;

	z-index: 10;
	
	padding: 5px;
	margin: 10px 15px;
}

.links img {
	max-width: 100px;
	max-width: 100px;
}

