.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}



@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Sofia pro';
  src: url('../fonts/Sofia-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: 'Austin';
  src: url('../fonts/Austin-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Austin';
  src: url('../fonts/Austin-Roman.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}