body {
    color: yellow;
    background-image: url("../imgs/bg_tile.gif");
    font-family: "Comic Sans MS", "Comic Sans", cursive;
}

#title {
    font-size: calc(2.375rem + 1.5vw);
    text-shadow: 5px 5px blue;
}

.title {
    font-size: calc(1.375rem + 1.5vw);
    text-shadow: 2px 2px blue;
}

* {
    cursor: url(https://cur.cursors-4u.net/sports/spo-4/spo384.cur), auto !important;
}