<!-- colours
background: #000
accent: #aaa
writing: #fff
decor background: #ccc
-->
<!-- main container -->
<div class="container"
style="font-size:12px; max-height:350px; width:320px;
background:#000; color:#fff">
html code by @clownpuppy
</p>
</div>
<!-- decor container
you can delete and edit this as you wish -->
<!-- <div class="container"
style="margin-top:10px; overflow:auto;
max-height:80px; max-width:320px;
background:#ccc">
<div align="center"
style="margin-top:6px; margin-bottom:6px">
</div> -->
<!-- pagedoll (stationary)
- do not touch the "right:5px"
- adjust "bottom:-0px" for the position, looks better in the minuses imo
- i recommend the width stays at 230-275px
- change "right" to "left" if you want it on the left -<!-- <div class="col d-none d-md-block">
<img src="link"
style="z-index:999; position:absolute;
max-width:250px; right:5px; bottom:-0px">
</div> -
<!-- pagedoll
- delete "hidden-sm-down" if you want it to show on mobile
- change "left" to "right" if you want it on the left -<!-- <div class="fixed-bottom pb-2"
style="left:inherit;
bottom:3%; right:10%">
<img class="tooltipster hidden-sm-down"
style="max-width:200px"
src="img link">
</div> -