/*
Theme Name: Messy Desk
Description: This is my desk
Version: 1.0
Author: friedemai
*/

body {
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 100vh;
    background: tan;
}
.image-container {
    position: absolute;
    cursor: grab;
    user-select: none;
}
.rotating {
    transition: transform 0.3s ease;
}
.bold {
    font-weight: bold;
}
.container {
    padding: 12px;
}