@import url("../fonts.css");
body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont;
	color: #000000;
	margin: 0px;
	background-color: #000000;
}
.main {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
}
.button {
	height: 50px;
	background-color: #AAAAAA;
    font-family: 'sf_ui_textsemibold';
	font-size: 17px;
	color: #FFFFFF;
	border-radius: 25px;
	border: solid #AAAAAA;
}