@import url(https://fonts.googleapis.com/css?family=Ubuntu);

html {
  min-height: 100%;
  background-color: #1b1b1b;
  background-image: linear-gradient(to bottom, #2e2e2e, #1b1b1b 700px);
  background-repeat: no-repeat;
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-weight: 200;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.Header {
	width: 95%;
	height: 50px;
	margin: 50px auto 50px auto;
}
.Logo {
	font-family: 'Poppins', system-ui, sans-serif;
	font-weight: 700;
	display: block;
	color: #ffffff;
	margin: 20px;
	font-size: 36px;
	line-height: 1;
	margin: 0;
	user-select: none;
}
.Tagline {
	font-family: 'Poppins', system-ui, sans-serif;
	font-weight: 400;
	display: block;
	color: #ffffff;
	margin-top: 8px;
	font-size: 20px;
}
.PhotoArea {
	width: 95%;
	height: auto;
	margin: 50px auto 50px auto;
}
.Photo {
	width: 640px;
	aspect-ratio: 16 / 9;
	background-color: rgb(75, 77, 92);
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
	overflow: hidden;
}