@font-face {
  font-family: 'GothamLight';
  src: url('./gt.eot');
  src: local('GothamLight'), url('./gt.woff') format('woff'), url('./gt.ttf') format('truetype');
}

html, body {
	margin: 0;
	padding: 0;
  background: #31B7EB;
  color: #fff;
  height: 100%;
  font-family: 'GothamLight' !important;
}

.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;

  text-align: center;
}

p {
  font-size: 14px;
  line-height: 1;
}
.small {
  font-size: 10px;
}