@font-face {
    font-family: Chomsky;
    src: url(font/Chomsky.woff2);
}
.chom {
    font-family: Chomsky;
}
@font-face {
    font-family: EmojiFont;
    src: url(font/emojifont.woff2);
}
.emoji {
    font-family: EmojiFont;
}
@font-face {
    font-family: Hangyaku;
    src: url(font/Hangyaku.ttf);
}
.han {
    font-family: Hangyaku;
}
@font-face {
    font-family: Minster;
    src: url(font/minster1.ttf);
}
.mins {
    font-family: Minster;
}
h1 {
    color: #988598;
    font: 2.5em Minster;
}
h2 {
    color: #988598;
    font: 2em Minster;
}
h3 {
    color: #988598;
    font: 25px Chomsky;
}
html {
    cursor: url('img/cursor.png') 16 10, default;
}
html::-webkit-scrollbar {
    width: 0;
    /* remove scrollbar space */
    background: transparent;
    /* to make scrollbar invisible */
}
body {
    font: 0.9em Times;
    color: #988598;
    background-color: #4e364e;
    margin: 0;
    padding: 0;
    cursor: url('img/cursor.png') 16 10, default;
}
#logpage {
    position: absolute;
    top: 0%;
    right: 0%;
}
a {
    transition: 1s;
    cursor: url('img/cursor3.png') 16 10, default;
    text-decoration-line: none;
}
a:link {
    color: #d6b8c7;
}
a:visited {
    color: white;
}
a:hover {
    color: white;
}
a:active {
    color: white;
}
::selection {
    background: #d6b8c7;
    color: #564a50;
}
/*scrollbar*/