@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&family=Roboto+Condensed:wght@900&display=swap');
.center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.logo {
	margin-left: -150px;
	margin-top: -10px;
	margin-bottom: -100px;
	padding-top: 0px;
	padding-bottom: 32px;
}
.container {
	margin-top: 0px;
	margin-bottom: 64px;
	width: 800px;
	position: relative;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
.header {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	padding-top: 16px;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
