* {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

body {
  background-color: #1a1b25;
  font-family: "Nunito Sans", sans-serif;
}

.p-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 50px auto;
  grid-template-rows: 50px auto;
  padding: 25px;
  height: calc(100vh - 50px);
}

.p-wrap .nav {
  width: 100%;
  height: 35px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

.p-wrap .nav a {
  color: #e6e6e6;
  font-size: 2em;
  text-decoration: none;
  font-weight: bold;
}

.p-wrap .title-wrap {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  color: #fff;
  text-align: center;
}

.p-wrap .title-wrap h1 {
  font-size: clamp(32px, 8vw, 100px);
}

.p-wrap .title-wrap p {
  font-size: clamp(18px, 4vw, 30px);
}

/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
