html, body{
	margin:0;
	padding:0;
	width:100%;
	background-color:#1E3B6E;
	scrollbar-width: thin;
	scrollbar-color: #39649B #1E3B6E;
}