:root {
    --bg: #e9c46a;
    --gradient: #f4a261;
    --border: #e76f51;

    --grad1: #2a9d8f;
    --grad2: #264653;
    --grad3: #83c5be;
}

body {
    background-image: radial-gradient(circle, var(--grad3), var(--grad1), var(--grad2));
}

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");
}

.icon {
    background-color: var(--bg);
    width: 180px;
    height: 180px;
    border: 10px var(--border) solid;
    position: absolute;
    left: 25vw;
    top: 60px;
}

audio {
    width: 200px;
    position: absolute;
    left: 25vw;
    top: 270px;
}


.quote {
    background-image: linear-gradient(to bottom, var(--bg), var(--gradient));
    border: 10px var(--border) solid;
    position: absolute;
    width: 360px;
    height: 150px;
    left: 40vw;
    top: 60px;
    padding: 40px;
}

.extra {
    background-image: linear-gradient(to bottom, var(--bg), var(--gradient));
    border: 10px var(--border) solid;
    position: absolute;
    width: 650px;
    height: 180px;
    left: 25vw;
    top: 320px;
    padding: 10px;
}


p {
    font-family: Slackey, sans serif;
    color: #293241;
    margin-top: -13px;
    text-align: justify;
    font-size: 18px;
}

h2 {
    font-family: Slackey, sans serif;
    color: #293241;
    margin-top: -25px;
    text-align: center;
    font-size: 30px;
}

#diary {
    font-family: Caveat Brush, sans serif;
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
}

.goback p {
    font-family: Slackey, sans-serif;
    color: white;
    background-color: black;
    padding: 8px;
    font-size: 30px;
    position: fixed;
    bottom: -8px;
    left: 45%;
}

.goback p:hover {
    color: tan;
}

.next {
    background-image: url("../../image/arrow.gif");
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    top: 40%;
    rotate: -90deg;
}

.next p {
    rotate: 90deg;
    color: white;
    margin-bottom: 80px;
    position: relative;
    right: 50px;
    bottom: 50px;
    width: 20px;
}

.next p:hover {
    color:aqua;
    opacity: 1
}