/* @font-face {
  font-family: "Ithornët";
  src: url("Ithornët.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

body {
  background-color: #000;
  color: #fff;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .container {
  max-width: 400px;
  margin: 0 auto;
} */

/* h1 {
  font-family: "Ithornët", sans-serif;
  font-size: 4rem;
  font-weight: lighter;
} */

/* .title {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  margin-top: -100px;
  margin-left: 200px;
} */
