* { font-family: "ms gothic" !important; cursor: url("https://files.catbox.moe/9vo322.gif"), auto !important; line-height: 16px; } body { text-transform: lowercase; margin: 20px; background: url("https://files.catbox.moe/buvwj7.jpg"); color: #16005e; font-size: 12.4px; } .container { max-width: 600px; margin: 0 auto; padding: 15px; padding-top: 5px; background-color: #f8f8fb; border: 1px solid #0c0032; } .image-gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } #drawCanvas { border: 1px dotted #2b0d8d!important; } .image-container { background-color: #e5e5ed; padding: 8px; border: 1px dotted #2b0d8d; } .image-name { text-decoration: underline dotted 1px #2b0d8d; color: #2b0d8d; margin: 0; padding: 0; } .title { background-color: #f8f8fb; text-align: center; margin: 10px 0; } #deleteButton { background-color: #e5e5ed; color: #2b0d8d; border: 1px dotted #2b0d8d; padding: 1px; cursor: pointer; font-family: "pixelserif", Courier, monospace; } #undoButton { border: none; } button { background-color: #f8f8fb; padding: 3px; margin: 4px; color: #2b0d8d; border: 1px dotted #2b0d8d; font-family: "pixelserif", Courier, monospace; cursor: pointer; } button:hover { text-decoration: underline dotted 1px #2b0d8d; border-color: #0c0032; } input { background-color: #f8f8fb; padding: 3px; margin: 4px 0; color: #2b0d8d; border: 1px dotted #2b0d8d; font-family: "pixelserif", Courier, monospace; } textarea { padding: 3px; margin: 4px; color: #2b0d8d; border: 1px dotted #2b0d8d; font-family: "pixelserif", Courier, monospace; } hr { border-top: 1px dotted #2b0d8d; border-right: none; border-left: none; border-bottom: none; margin-left: 8px; margin-right: 8px; margin-top: 5px; margin-bottom: 5px; padding: 0px; }