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

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


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Inter', sans-serif;
  margin-bottom: 700px;
  color:#505050;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 700px;
  line-height: 25px; /* Vertically center the text there */
  background-color: #2B2B2B;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}