body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica', system-ui, sans-serif;
  margin: 0 auto;
  max-width: 960px;
  padding: 15px;
  font-size: 16px;
  color: #191313;
}
input[type=text] {
  padding: 4px;
  border: #cfcfcf 1px solid;
}
input[type=file] {
  font-size: 12px;
}
select {
  padding: 5px 10px;
  margin-right: 10px;
  min-width: 120px;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  display: inline-block;
}
textarea {
  font-size: 14px;
  padding: 10px;
  font-family: 'Courier New', Courier, monospace;
  border: #cfcfcf 1px solid !important;
}
.sub-heading {
	text-align: center;
	padding-top: 40px;
	font-family: 'San Francisco';
	color: #DB0011;
	font-weight: 400;
}

footer {
  margin: 0 auto;
  padding: 30px 0px;
  font-size: 12px;
}
.centered {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container {
  position: relative;
  text-align: center;
  color: white;
}