@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_
FvgUE.ttf) format('truetype');
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmmono/v14/aFTU7PB1QTsUX8KYhh0.ttf) format('truetype');
}

@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_rA.ttf) format('truetype');
}

body {
        font-family: 'Albert Sans', Calibri, sans-serif;
        margin-left: 8%; margin-right: 8%;
        color: black;
        background-color: #eee
}
h1 { font-family: Oswald, Calibri, sans-serif; text-align: center }
.alert { background-color: #fdd }
.emp { font-weight: bold; color: #800 }
.pins { font-family: 'DM Mono', Oswald, Calibri, sans-serif; }
.big { font-size: 2em; text-align: center }
