body {
    background-size: 100vw 110vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}

audio {
    position: fixed;
    left: 40%;
    top: 65px;
    background-color: black;
}

nav .home {
    background-image: url("../image/nav/planet.png");
    height: 100px;
    width: 100px;
    margin: 10px;
}

nav .home:hover {
    background-image: url("../image/nav/planet-alt.png");
}

nav .mafia {
    position: absolute;
    background-image: url("../image/mafia/loc.gif");
    height: 50px;
    width: 50px;
    left: 115px;
    top: 20px;
}

nav .mafia:hover {
    background-image: url("../image/mafia/loc-alt.gif");
}

nav .subcon {
    position: absolute;
    background-image: url("../image/subcon/loc.gif");
    height: 50px;
    width: 50px;
    left: 18px;
    top: 120px;
}

nav .subcon:hover {
    background-image: url("../image/subcon/loc-alt.gif");
}


.goon {
    background-image: url("../image/mafia/sprite/mafia_goon.png");
    width: 150px;
    height: 246px;
    position: fixed;
    bottom: 15%;
    left: 30%;
}

.goon:hover {
    background-image: url("../image/mafia/sprite/mafia_goon-alt.png");
}

.mu {
    background-image: url("../image/mafia/sprite/mustache_girl.png");
    width: 150px;
    height: 236px;
    position: fixed;
    bottom: 12%;
    right: 25%;
}

.mu:hover {
    background-image: url("../image/mafia/sprite/mustache_girl-alt.png");
}

.snatcher {
    background-image: url("../image/subcon/sprite/snatcher.png");
    width: 200px;
    height: 145px;
    position: fixed;
    top: 360px;
    left: 460px;
}

.snatcher:hover {
    background-image: url("../image/subcon/sprite/snatcher-alt.png");
}

.vanessa {
    background-image: url("../image/subcon/sprite/vanessa.png");
    width: 180px;
    height: 153px;
    position: fixed;
    bottom: 100px;
    right: 260px;
}

.vanessa:hover {
    background-image: url("../image/subcon/sprite/vanessa-alt.png");
}