@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 62.5%;
	margin: 0px 0px;
	background-color: black;
	
	
}

.center {
	width: 100%;
	min-height: 500px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container {
	margin: auto 0;
}

.container img {
	width: 200px;
	margin-bottom: 50px;
	object-fit: contain;
	filter: invert(100%);
}


#pswform {
	color: white;
	font-size: 1rem;
	text-transform: uppercase;
}
