/* ===== Page Layout ===== */

body {
  background-image: url('../img/ui/embers.png');
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: #1a1a1a;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

main {
  min-height: 100vh;
}
