@font-face {
  font-family: "mali";
  src: url(fonts/Mali-Regular.ttf);
}

body {
  background-color: rgba(255, 255, 255, 0);
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0px;
  font-family: "mali";
  border: 2px;
  height:100px;
  width: 270px;
  font-size: 20px;
  cursor: url('cursor.gif'), progress;
}

#statuscafe {
    padding: .5em;
    border: 1px;
}
#statuscafe-username {
    font-family: "mali";
    font-size: 16px;
    font-weight: bold;
}
#statuscafe-content {
    padding: 7px;
    font-family: "mali";
    font-size: 16px;
    overflow:contain;
}
a:link {
  color: rgb(255, 110, 183);
}

a:hover {
  color: rgb(148, 46, 97);
}

a:visited {
  color: rgb(255, 77, 166);
}