body {
	background-color: black;
}
.twitch-style-btn {
	display: block;
	width: 175px;
	height: 25px;
	background: #9146FF;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	margin: 5px;
}
input {
	display: none;
	width: 300px;
}
button {
	display: none;
}
select {
	display: none;
}
span {
	display: none;
	color: white;
	margin: 5px;
}
select {
	width: 300px;
}
