.funMenu {
    width: 100vw;
    position: fixed;
    left: 0;
    bottom: 5vw;
    z-index: 40;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 5vw;
}

.funMenu img,
.goAway {
    width: 10vw;
    height: 10vw;
    margin: 0 1vw;
    box-shadow: 0 0 6px #888;
    border-radius: 50%;
}

.goAway {
    position: fixed;
    left: 5vw;
    bottom: 5vw;
    z-index: 45;
}