.iconLine {
	display: flex;
	justify-content: center;
	> a:nth-child(2) {
		margin: 0 13px;
	}
	> a > span {
		border-radius: 50%;
		width: 24px;
		height: 24px;
		font-size: 24px;
	}
	.github {
		color: var(--bit-text-color-heavy);
	}
	.slack {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		color: var(--bit-text-on-accent, #ffffff);
		background-color: var(--bit-slack-bg, #222022);
	}
}

.logo {
	width: 24px;
	height: 24px;
}