/* Sticky footer styles
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.container {
  max-width: 1020px;
}

.pricing-header {
  max-width: 700px;
}

.cal-card {
  height: 8rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
