body {
  margin: 0;
  height: 100vh;
  width: 100%;
  font-family: 'Gotham', Arial, sans-serif;
}

body.nav-open {
  overflow: hidden;
  height: 100vh;
}

.divider {
  width: 80%;
  height: 2px;
  background-color: #C4C4C4;
  margin: auto;
}

.formStatus-style {
  text-align: center;
}

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

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

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

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
