body {
    background: #f3f4f6;
    font-family: 'Roboto', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.captcha-container {
    max-width: 400px;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.captcha-img {
    display: block;
    margin: 10px auto;
    border: 1px solid #ccc;
    padding: 5px;
    background: white;
}
.ip-box {
    background: #e9ecef;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    text-align: center;
}
#countdown {
    display: none;
    margin-top: 15px;
    font-weight: bold;
}

.info-box {
    color: #856404;
    background-color: #fff3cd;
    padding: .75rem;
    border: 1px solid #ffeeba;
    border-radius: .25rem;
    font-size: 16px;
    text-align: center;
}

#shoprenter {
    position: fixed;
    bottom: 0;
    color: var(--bs-tertiary-color);
    font-weight: inherit;
    font-size: 13px;
}

#btn-reload {
    font-size: 16px;
}
