@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&family=Jost&family=Jost:wght@400;700');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

body {
  background-color: #fff;
  padding:0px;
  font: 16.0px/1.5 Jost, serif; 
  color:#595959;
  font-weight:500;
  font-size: large;
  margin:0
}
