@media (max-width: 480px) {
    .mainbk {
        display: none;
    }
}
.invert:active {
    filter: invert(1);
}

html {
    cursor: url(/photos/general/Hand-Right.cur), auto;
}
body a:hover {
    cursor: url(/photos/general/Hand-Right.cur), auto;
}
.center {
    text-align: center;
}
.left {
    text-align: left !important;
}
.wrapper {
    display: flex;
}
#return {
    position: fixed;
    bottom: 30px;
    left: 30px;
    font-size: 30px !important;
}
.spacing {
    height: 100px;
}
