body {
    text-align: center;
    font-family: Arial, sans-serif;
}

.status {
    background-color: white;
    display: inline-block;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.online {
    color: green;
}
