/*body {
    margin: 0;
    padding: 20px;
    font-family: Arial, sans-serif;
}*/

.pointer{
    cursor:pointer;
}
h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
.loading{
    position: absolute;
    top: 10px;
    left: 50px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}
.debug-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    max-width: 300px;
    z-index: 1000;
}