@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");

html {
  height: 100%;
  font-family: "Audiowide", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #031016;
  color: #9fd0da;
}

h1 {
  font-size: 5rem;
  margin-bottom: 15;
}

body {
  height: 100%;
  text-align: center;
}

.flexContainer {
  display: flex;
  height: 100%;
  width: 100%;
}
