.space-mono-regular {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #002254;
}

* {
    cursor: url('https://i.imgur.com/6wmyrkK.gif'),auto;
}

h1 {
    font-family: "Jacquarda Bastarda 9";
    font-size: 12vw;
    text-align: left;
    line-height: 150pt;
    color: #ff401f;
    position: fixed;
    top: -10vh;
    margin-left: 35px;

}

h1:hover {
    color: red;
}

.sites {
    line-height: 4vh;
    position: absolute;
    text-align: right;
    right: 3vw;
    bottom: 3vw;
}

a, a:visited {
    font-family: Helvetica;
    color: white;
    font-weight: 1000;
    text-decoration: none;
    text-align: center;
    font-size: 2vw;
}

a:hover {
    color:#ff401f;
}

img {
    width: 110%;
    position: fixed;
    top: -5px;
    left: -5px;
    mix-blend-mode: mulitply;
    opacity: 5%;
}