body {
    background-image: url('image/bg.png');
    background-size: 100vw 110vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
}

p {
    color: white;
    text-align: center;
}

#planet {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
}

.m-icon {
    position: fixed;
    right: 34%;
    top: 17%;
    width: 50px;
    height: 50px;
    background-image: url("image/mafia/loc.gif");
}

.m-icon p {
    font-family: Limelight, sans-serif;
    font-size: 30px;
    display: relative;
    margin-left: 60px;
    margin-top: -15px;
}

.arrow {
    background-image: url("image/mafia/arrow.gif");
    width: 50px;
    height: 50px;
    position: fixed;
    top: 13%;
    right: 38%;
}

.arrow2 {
    background-image: url("image/subcon/arrow.gif");
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 18%;
    left: 36%;
}

.m-icon:hover {
    background-image: url("image/mafia/loc-alt.gif");
    cursor: pointer;
}

.m-icon:hover p {
    color: hotpink;
}

.s-icon {
    position: fixed;
    left: 26%;
    top: 71%;
    width: 50px;
    height: 50px;
    background-image: url("image/subcon/loc.gif");
}

.s-icon p {
    font-family: Caesar Dressing, serif;
    font-size: 30px;
    display: relative;
    margin-left: 60px;
    margin-top: -15px;
}

.s-icon:hover {
    background-image: url("image/subcon/loc-alt.gif");
    cursor: pointer;
}

.s-icon:hover p {
    color: goldenrod;
}