@font-face {
    font-family: 'alt'; /*a name to be used later*/
    src: url('../pixel.otf'); /*URL to font*/
}

body {
    background-image: url("tile2.jpg");
    ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

a {
    text-decoration: none;
    color: #e7dbeb;
    font-family: "alt";
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}