a {
	text-decoration: none;
	color: white;
}
small {
	font-size: 12px;
}
.btn {
	border: 2px solid white;
	background-color: #131420;
	color: white;
	padding: 4px 10px;
	font-size: 16px;
	cursor: pointer;
}
.btn:hover {
	color: gray;
}