/* FONTS */

@font-face {
    font-family: 'kiwisoda';
    src: url("fonts/KiwiSoda.ttf");
}

#home {
    cursor: url("cursor.png"), default;
    background: url(backgrounds/arcade-carpet.png);
    background-size: 352px;
    height: 100vh;
    position: relative;
}


.pixel {
  image-rendering: pixelated;
}


.intralink {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: blue;
  cursor: pointer;
}

.redlined {
  border: 3px solid red
}

h0 {
  text-align: center;
  font-family: "KiwiSoda";
  color: white;
}


body {
  background-color: antiquewhite;
  /*letter-spacing: 0.5pt;*/
  margin: 0%;
  color:black;
}

iframe {
  background-color: antiquewhite;
  border: 0;
}

hr {
 border-top: 0;
 border-bottom: 5pt double teal;
}

