.button_styling {
    background-color:white;
    border:1px solid rgb(220,220,220);
    border-radius:4px;
    box-shadow:rgba(230,230,230, 0.5) 0 3px 7px 0;
    box-sizing:border-box;
    font-size:10px;
    color:rgb(90,90,90); 



}
.button_styling:hover {
    background-color:rgb(239, 239, 239);
}