@font-face {
   font-family: "roentgen-pixel";
   src: url("https://evieistired.neocities.org/image/font.ttf");
}

html {
   box-sizing: border-box;
   font-size: 16px;
}

body {
   margin: 1rem;
   font-family: sans-serif;
   line-height: 1.5;
   color: white;
   background: no-repeat;
   background-image: url("/image/homebackground.png");
   background-size: cover;
   background-color: black;
}

a {
   color: white;
}

.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}

#screen {
   margin-left: 22%;
   margin-top: 9%;
   padding-top:6%;
   padding-left:10%;
   padding-bottom:6%;
   font-size: 3vw;
   font-family: roentgen-pixel;
   width:20%;
   position:relative;
}