body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    font-family: sans-serif;
}

.container {
    text-align: center;
}

#bouncing-text {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    user-select: none;
    cursor: pointer;
}

body {
    overflow: hidden;
}