/* Sticky footer styles
-------------------------------------------------- */

@import url("fontawesome-all.min.css");
@import url("custom.css");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,600;1,400&display=swap');



html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Noto Sans', sans-serif;
}
/*
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  line-height: 60px; 
  background-color: #f5f5f5;
}
*/

