.hover-me-2 {
    padding: 1em;
    background-color: red;
}

.hover-me-2:hover {
    background-color: green;
}
