button {
    all: unset;
}
.btn {
    cursor: pointer;
    width: 100%;
}
.btn:hover{
    background: #e89980;
    color: #ffffff;
}