um i don’t know how to add my layouts to the layout area so if you want the little miku in the corner of your screen here is the code:
<style>
.corner-image {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 9999;
}
</style>
<img class="corner-image" src="https://files.catbox.moe/bwrdmc.png" alt="Corner Image" width="100" height="auto"/>