html {
    background-color: black;
    font-family: "Silkscreen";
    color:white;
    text-decoration: none;
}

@font-face {
  font-family: "Silkscreen";
  src: url("/fonts/slkscr.ttf") format("truetype");
}


body {
    display: flex;
    margin: 0;
    text-decoration: none;
    height:100vh;
	align-items:center;
}

#container {
    display:flex;
    justify-content:center;
    align-content: flex-end;
     margin: 0 auto;
    overflow: auto;
    }

a {
    text-decoration: none;
    color: red;
}

a:hover {
    color: pink;
}
