.inverted {
filter: invert(1);
}
.invert:active {
    filter: invert(1);
}

html {
    cursor: url(/photos/general/myrighthand.cur), auto;
}
body a:hover {
    cursor: url(/photos/general/myrighthand.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;
    z-index: 10
}
.txtSpacing {
    height: 100px;
}
a.coolLink {
    background-color: #fff;
    color: #000;
    font-style: italic;
}
a.coolLink:hover {
    filter: invert(1);
}
