.github_logo {
	background: #b16286;
	-webkit-mask: url(../assets/github.svg) no-repeat center;
	mask: url(../assets/github.svg) no-repeat center;
	mask-size: contain;
	height: 32px;
	min-width: 128px;
	margin-left: auto;
}

a:has(.card),
a:has(.card):visited {
	color: #b16286 !important;
    text-decoration: none !important;
    color: inherit !important;
}

.status_badge {
	margin-left: auto;
	align-self: center;
}

.card:hover {
	background: #1d2021;
}

.card {
	display: flex;
}