    img {
        width: 200px;
        transition: filter 500ms;
    }

    img:hover {
        filter: invert(1);
    }

    body {
        text-align: center;
        font-family: 'Arial';
        /* background: rgb(255, 219, 152); */
        color: rgb(0, 0, 0);
        background-image: url('https://preview.redd.it/show-me-your-best-don-quixote-memes-v0-85hiints17rd1.jpeg?width=640&crop=smart&auto=webp&s=356f02364ee6c05700b120b2d12bf9f082db7e0e');
    }
