@charset "utf-8";
/* CSS Document */

body {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 50%, rgba(235,236,237,1) 50%);
	background-attachment: fixed;
	color: #727272;
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
