I have good news…and bad news
First, lets see what I added: 
- 2 new apps: Calculator
& Cat Scroll 📱
- Calculator: Semi-functional (only addition)
- Cat Scroll: Skeleton done (icon and window)
- Overhauled Cat Gallery 🐱
- Finished Cat Notes
- New Styling (different window sizes, textshadow etc.) ✏️
Bugfixes: 
- Fixed when the window exits viewport and becomes unmovable 👍
- Fixed background repeating and middle icon stretching (Now its own image)
- Increased close button size (It got too smol on smaller screens)
- Background image fully covering screen now
- Changed styling to %, fits different screen sizes better
- And much more
Here’s a code summary: 
index.html
<!DOCTYPE html>
<html>
<body class="main">
<div class="topbar" id="topbar">
//Topbar
</div>
<div class="welcomewindow" id="welcome">
//Welcome window
</div>
<div class="catgalleryAPP" id="catgalleryAPP">
//Cat Gallery Icon
</div>
<div class="bigwindow" id="catgallery">
//Cat Gallery Window
</div>
<div class="catnotesAPP" id="catnotesAPP>
//Cat Notes Icon
</div>
<div class="window" id="catnotes">
//Cat Notes Window
</div>
<div class="catscrollAPP" id="catscrollAPP">
//Cat Scroll Icon
</div>
<div class="window" id="catscroll">
//Cat Scroll Window
</div>
<div class="calculatorAPP" id="calculatorAPP">
//Calculator Icon
</div>
<div class="smallwindow" id="calculator">
//Calculator Window
</div>
<script type="module" src="./script.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
</body>
</html>
style.css 
(this time im a bit less lazy
)
jk, go check the source code yourself :evil:
(And before someone asks, “//” is only to indicate a comment :> )
What’s the bad news you say? Well… I js saw a seagull eat a mouse WHOLE.
Im scared of sea gulls now 
PS. feel free to comment if you have any suggestions or find any bugs 
Thats all, Bye
!
:
(base done, just cant take notes yet
)
and code clean-up 🧹
(omg this was so annoying
)
etc. )
. Just one jam left now :>