/* Conteúdo ------------------------------------------------------- */
main {
	text-align: center;
	padding-top: 75px;
}

main h2 {
	margin: 0px;
	color: #0FF;
}

section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section img {
	margin: 40px;
	max-height: 700px;
}

#links {
	max-width: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#links a {
	margin: 5px;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
}

#links a:hover {
	cursor: pointer;
}

#links a.youtube {
	background-color: #FF0033;
	color: #FFF;
}

#links a.youtube:hover {
	background-color: #CF0003;
	color: #CCC;
}

#links a.twitch {
	background-color: #A970FF;
	color: #FFF;
}

#links a.twitch:hover {
	background-color: #7940CF;
	color: #CCC;
}

#links a.twitter {
	background-color: #1DA1F2;
	color: #FFF;
}

#links a.twitter:hover {
	background-color: #0D71C2;
	color: #CCC;
}

#links a.discord {
	background-color: #5D6AF2;
	color: #FFF;
}

#links a.discord:hover {
	background-color: #2D3AC2;
	color: #CCC;
}

