* {
    cursor: url("../cursors/1.png"), auto;
}
body {
    background-image: url("../images/SL-072622-51930-21.jpg");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    cursor: url("../cursors/1.png"), auto;
}
a {
    cursor: url("../cursors/2.png"), auto;
}
p, a, li {
    font-size: 14px;
}
form {
    display:flex;
    flex-direction: column;
}
.index-container {
    cursor: url("../cursors/1.png"), auto;
    z-index: 999;
    height: 100vh;
    width: 100vw;
}

.sidenav {
    position: fixed;
    display: block;
    width: 12.5%;
    height: 95%;
    padding: 6px;
}
.its-me {
    position: absolute;
    left: 25.5%;
    top: 10%;
}
.box, canvas {
    background:#fff;
    box-shadow:inset -1px -1px #fff,inset 1px 1px grey,inset -2px -2px #dfdfdf,inset 2px 2px #0a0a0a;
    display:block;
    margin:0;
    padding:9px
}
.index {
    position: absolute;
    left: 45%;
    top: 15%;
    max-height: 550px;
}

#hideable {
    display: none;
}

.unsupported {
    display: none;
}

@media screen and (max-width: 768px) and (orientation: portrait),
       screen and (max-width: 1024px) and (orientation: landscape) {
    .index-container {
        display: none;
    }
    
    .unsupported {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,170,255);
        z-index: 998;
    }

    .unsupported-msg-container {
        display: flex;
        align-items: center;
        position: auto;
        left: auto;
        color: white;
        z-index: 999;
        font-size: 1.5rem;
        text-align: left;
        margin: 15%;
        font-family:'Perfect DOS VGA 437 Win';
    }
}