.homePanel {
    background: hsl(40, 77%, 50%);
    cursor: unset;
}

.homePanel:hover {
    background: hsl(40, 77%, 50%);
}