button {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

button:hover {
    transition: 2s;
    background-color: #40f405;
}