body {
    background-image: url('image.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: white;
    text-align: center;
    padding-top: 50px;
    font-family: sans-serif;
}

.top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000; /* Ensure it's above the chat panel */
}

.admin-button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
