
#container {
  background-color: ;
  border-right:1px ;
}
 
body {
  text-align: center;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
}
header {
  width:750px;}

h2 {
  font-size:15px;
  border-bottom:1px solid;
  padding-bottom:8px;
}

#statuscafe {
    padding: .5em;
    background-color:;
    border: 2px solid ;
    width:50%;
    margin: auto;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}