html, body {
  height: 100%;
  font-family: Poppins, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
section{
  min-height: 100vh;
}
section .section-title {
  padding-top: 90px;
  padding-left: 1rem; 
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  line-height: 3rem;
}
section .section-title span {
  border-bottom: 2px solid #999;
  display: block;
}

a:hover{
  text-decoration: none;
}

.row.row-card > [class*='col'] {
  display: flex;
  flex-direction: column;
}

.container-fluid {
  padding: 0;
}

.f-right {float: right;}

.shadow-1{
  box-shadow: 0 10px 6px -6px #777;
}