@import url('https://fonts.googleapis.com/css2?family=Barlow');


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: "Barlow", serif;
}

main{
	margin-bottom: 10px;
}

main > .container {
  padding: 80px 10px 10px;
}

