.dashboard-options{
    border-top-left-radius: 25px; 
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px; 
    border-bottom-right-radius: 25px;     
     border: solid 1px #C2C2C2;
     font-family: sans-serif;
     font-size: 20px;
     vertical-align: middle;
      width: 33%; 
     border-spacing: 5px;
     padding-top: 5px;
     padding-bottom: 5px;
     cursor:pointer;
     
}

.dashboard-options:hover{
    border: solid 1px #595959;
    
}


.dashboard-options img{
    height:100px;
    border-top-left-radius: 25px; 
    border-bottom-left-radius: 25px; 
    
}