@charset "utf-8";
/* CSS Document */
body{
	margin-top: 50px;
	margin-left: 25px;
	margin-right: 25px;
	}

  html, body {
      margin: 0;
      padding: 0;
    }

h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	font-weight: bold;
	
}

#photo{
	width: 1400px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}