


.buttonstyles{
    background: rgb(117, 117, 197);
    cursor:pointer;
}

.buttonstyles:hover{
    background: rgb(65, 65, 207);
}