.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

button:hover {
    background-color: #4CAF50; /* Green */
    color: white; 
}

.redcar { cursor: pointer }

p {
    color: green;
}
