input[type="button"] { background-color: rgb(20%, 20%, 20%); color: rgb(80%, 80%, 80%); &:hover { background-color: rgb(15%, 15%, 15%); } &:active { background-color: rgb(10%, 10%, 10%); } }