body{
    background-color: black;
    color: white;
}

#fish_clickeable{
    display: block;
    width: 10vw;
    height: 10vw;

    position: absolute;
    top: 45%;

    left: 45vw;
}

#fish_clickeable div{
    position: relative;
    top: 100%;
    text-align: center;
}

#fish_clickeable img{
    position: absolute;
    width: 100%;
    height: 100%;
}