.buttonsCss1{
    border: 0px;
    background-color: rgba(10,40,70,0);
    color: black;
    width: 120px;
    height:30px;
    border:thin;
    border-color:rgba(100,100,100, 0.5);
    border-width:1px;
    border-style:solid;
}

.buttonsCss1:hover{
    background-color: rgba(20,80,140,1);
    color:white;
}