@font-face {
  font-family: "Gotham-Light";
  font-style: normal;
  src: url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Light.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Book";
  font-style: normal;
  src: url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  font-style: normal;
  src: url("https://dk135eecbplh9.cloudfront.net/public/fonts/Gotham/Gotham-Bold.woff") format("woff");
}

* {
	font-family: "Gotham-Medium";
}

.title {
	font-family: "Gotham-Bold";
	font-size: 100px;
}

body, :root {
	width: 100%;
	height: 100%;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}

body > * {
	margin-left: 25%;
}