aside {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

aside > a {
	display: flex;
	width: calc( var( --main_footer_height ) - 0.6rem );
	height: calc( var( --main_footer_height ) - 0.6rem );
	align-items: center;
	justify-content: center;	background-image: linear-gradient(145deg, transparent 30%, var(--main_bkg_rgb_color_0-5) 125%);
	border-radius: calc( calc( var( --main_footer_height ) - 0.6rem ) / 2);
}
aside > a > img {
	width: 60%;
	height: 60%;
}