/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: black;
  background-image: url('36.png');
  color: green;
  font-family: Verdana;
  text-align: center;

}
#statuscafe {
    padding: .5em;
    background-color: black;
    border: 1px green;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}
table, th, td {
  border: 10px green

}
.bg
{
    background-color: #000000;
    padding: 3px; /*add this if you want a bit of space around the text*/
}