@font-face {
    font-family: "Graebach";
    src: url("/GraebenbachMono-Regular.woff") format('woff');
  }
  

html {
    height: 100%;
    width: 100%;
  }

iframe {
    height: 100vh;
    margin: 0;
    width: 100%;
    border: none;
}

.section-header {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

h1, p {
    font-family: Graebach;
}

h1, p {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}