button:hover { background-color: blue; color: white; }
div:hover { transform: scale(1.1); transition: 0.3s; }