#card:hover
{
    transition: box-shadow .3s;
    box-shadow: 0 0 15px gray;
    border-radius: 5px;
    border: 0px;
}
#scheduleMeetingBlock
{
    position: fixed;
    background: black;
    color:white;
    margin-top: 50px;
    width:10px;
    
}