body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.75em;
	font-size: 25px;
	background-color: #222;
	color: #aaa;
}

.dark-mode {
	background-color: white;
	color: black;
}

.title {
	text-align: center;
	width: 30%;
}

.Discord, .Twitch, .YouTube {
	color: #bb68f2;
}

.Button {
	float: right;
}