@charset "utf-8";

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}


body
{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: darkgray;
	text-align: left;
		
}

.main {
	
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}

.main img {
	width: 100%;
	max-width: 1000px;
	height:auto;
	border-bottom-style: 
}
