@font-face {
  font-family: TypoldMed;
  src: url(./fonts/Typold_Medium.otf);
}
@font-face {
  font-family: TypoldBold;
  src: url(./fonts/Typold_Bold.ttf);
}

html, body {
  height: 100%;
  width: 100%;
}
html {
  background-color: #5e06f7
}

/* h1, h2, h3, h4, h5, h6 {
  font-family: TypoldMed
} */

.introtxt {
  font-family: TypoldBold;
  text-align: center;
  color: rgb(255,255,255);
  position: relative;
  top: 10%;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

.supporttxt {
  font-family: TypoldMed;
  text-align: center;
  color: rgb(255,255,255);
  position: relative;
  top: 20%;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
