 input[type=button]:hover, .amenu:hover {
    border: 5px solid rgb(0,0,0,0.5);
    color: rgb(0,0,0,0.5);
    background-color: rgb(255,255,255,0.5);
}

input[type=text]:hover {
    background-color: rgb(255,255,255,0.1);
}

select:hover {
    background-color: rgb(255,255,255,0.1);
}