a.link-btn {
	display: block;
	width: 100%;
	height: 32px;
	border-radius: 40px;
	height: 96px;
}

a.link-btn.twitch {
	background-color: #9146FF;
	color: white;
	background-position: center center;
	background-image: url("/static/img/twitch.svg");
	background-repeat: no-repeat;
	background-size: auto 65%;
}
a.link-btn.twitch:hover {
	background-color: #7231d2;
}

a.link-btn.youtube {
	background-color: #ed2024;
	color: white;
	background-position: center center;
	background-image: url("/static/img/youtube.svg");
	background-repeat: no-repeat;
	background-size: auto 50%;
}
a.link-btn.youtube:hover {
	background-color: #ba0d10;
}
.index-section {
	margin-bottom: 46px;
}
.interact-img {
	background-image: url("/static/img/bearser.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 256px;
}
