* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #e8c547;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.corner-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    padding: 15px 25px;
    font-family: monospace;
    font-size: 1.2em;
    border-radius: 8px;
    cursor: none;
}

.llama-cursor {
    position: fixed;
    pointer-events: none;
    font-size: 24px;
    z-index: 9999;
    display: none;
}

.random-llama {
    position: absolute;
    pointer-events: none;
    user-select: none;
}
