body {
	background: url(/bg/misc128.gif) fixed;
	color: #007FFF;
	font-family: times new roman, serif;
	font-size: 16px;
	line-height: 85%;
}
#container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 700px;
	background: url(/img/vex_2021.png) no-repeat 0 40px;
	padding-left: 260px;
	font-size: 1.1em;
}
a {
	color: blue;
	font-weight: bold;
}
a:hover {
	color: purple;
}
.support-btn {
	margin-top: 1em;
	display: flex;
	gap: 10px;
}
.btn-container {
	color: white;
	background: dodgerblue;
	box-shadow: 0.1em 0.1em 0.05em rgba(0,0,0,0.25);
	border-radius: 0.5em;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	padding: 10px;
	height: 1.4em;
	transition: all .5s;
	&:hover {
		color: white;
		background: deepskyblue;
	}
	img {
		height: 20px;
		vertical-align: middle;
	}
}