 img { height: 200px; margin: 5px; border-radius: 8px; }
                #id1 {
            border: 3px dashed palevioletred;
            padding: 15px;
            border-radius: 12px;
            background-color: #fff5f7;
            margin-top: 10px;
        }
        p { color: palevioletred; font-weight: bold; font-family: sans-serif; }