@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap');
body{
  /*font-family: 'Nunito', sans-serif;*/
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  height: 100vh;
}

h5{
  font-weight: 800;
}

.col-md{
  margin-top:40px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer a{
  color: #fff;
}

footer a:hover{
  color: #eee;
}

footer i{
  color: #fff;
}
