/* 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 {
    font-family: "Rock Glader";
    src: url("ttps://central-scrutinizer.neocities.org/Rock Glader.TTF") format("truetype");
}
  @font-face {
    font-family: 'PORKYS';
    src: url('PORKH.ttf');
  }
  
  @font-face {
    font-family: 'National Park';
    src: url('NationalPark-Regular.otf');
  }
  #statuscafe {
    padding: .5em;
    background-color: azure;
    border: 1px solid midnightblue;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}