@font-face {
                font-family: gill sans mt;
                src: url("/Graphics/Font/gillsans/gillsansmt.ttf");
            }
body {
    cursor: url("/Graphics/Cursor/arrow.png"),auto;
    font-family:gill sans mt;
}
a:hover {
    cursor: url(Graphics/Cursor/pointer.png),pointer;
}
a {
         color: rgb(240, 108, 28);
        text-decoration-style:double;
}
.spoiler {
    filter: blur(3.5px);
    display: inline-block;
}
.spoiler:active,
.spoiler:focus {
  filter: none;
}
