#share_dive{
    position: absolute;
    background-color: rgb(37, 38, 43);
    padding: 9px;
    display: inline;
    top: 10vh;
    width: 93%;
    border-radius: 0px 0 10px 10px;
    border: solid 3px #2c2e33;
    /* border-top: 0; */
}

#share_dive > button{
    display: inline;
    margin: 4px 7px;
    font-size: 30px;
}