.container-discord {
	max-width: 1300px;
	margin: auto;
	padding: 10px 0;
}
.or-divider span {
	display: block;
}
.or-divider img {
	pointer-events: none;
	margin: auto;
}
.round.nocenter {
	border: 0;
}
.or-divider {
	background: transparent;
}

.discord-key-px {
	font-size: 24px;
	text-align: center;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 100;
}

#DiscordBackground {
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	-webkit-box-shadow: 0px 0px 15px 9px #6D6D6D;
	box-shadow: 0px 0px 15px 9px #6D6D6D;
	margin-bottom: 20px;
}

.center-buttons {
	margin-bottom: 30px;
}

.discord-section {
	display: none;
}
.discord-section.active {
	display: block;
}

.btn-lg {
	font-size: 24px;
	padding: 16px 34px
}