html, body, h1, h2, h3, h4, h5, h6, button, input, select, textarea, td {
    /*font-family: "Roboto","Helvetica Neue","Helvetica","Arial",sans-serif;*/
    font-family: "freight-sans-pro"
    font-weight: 400;
    /*color: #212121;*/
    color: rgba(28,28,28,.9);
}

p {
	font-size: 12px;
}

section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.centerFlex{
	display: flex;
  	flex-direction: column;
  	justify-content: center;
}


