button {
background-color: #6495ED;
border: 1px solid #6495ED;
color:#ffffff;
border-radius: 10px;
cursor: pointer;
width: 70px;
height:15px;
font-size: 4px;
}
button {
background-color: rgb(255, 255, 255);
border: 1px solid rgb(109, 42, 122);
color:rgb(109, 42, 122);
border-radius: 4px;
cursor: pointer;
width: 70px;
font-size: 5px;
}
button {
background-color: rgb(109, 42, 122);
border: 2px solid rgb(109, 42, 122);
color:rgb(255, 255, 255);
border-radius: 4px;
cursor: pointer;
width: 70px;
font-size: 5px;
}
button {
background-color: #c9ccd3;
border: 1px solid #c9ccd3;
color: #0a0a0a;
border-radius: 5px;
cursor: pointer;
width: 70px;
height:15px;
font-size: 5px;
}