@font-face {
    font-family: "windows-regular";
    src: url(assets/windows-regular.otf);
}
html {
    cursor: url("/assets/cursor.gif"), auto;
}
body {
    background: #ffffff;
    font-family: "windows-regular";
    font-size: 13.5px;
    font-weight: normal;
    font-size: 12px;
    padding: 0;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    letter-spacing: 1px;
}