body {
    /* background: url('https://images.unsplash.com/photo-1511512578047-dfb367046420?auto=format&fit=crop&w=1920&q=80') */
	background: url('background.jpg') no-repeat center center fixed;
	background-size: cover;
}

.status-box {
    background: rgba(0, 0, 0, 0.55);
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    backdrop-filter: blur(6px);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.status-indicator-online {
    color: #4cff4c;
    font-weight: bold;
}

.status-indicator-offline {
    color: #ff4c4c;
    font-weight: bold;
}