@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);

body {
  font-family: 'Inter', sans-serif;
}
.hero {
    background-image: url("../images/register-bg.jpg");
    padding-top: 140px;
}

.hero-title {
    color: #2D4359;
    font-size: 45px;
}

.card-custom {
  height: 200px;
}

.bg-box {
  background-color: #162B3A;
  color: #fff;
}

#footer {
  background-color: #162B3A;
  color: #fff;
}

.icons i {
  font-size: 20px;
}

.items li {
  list-style: none;
}

#footer .icons i:hover {
  color:#2D4359;
  cursor: pointer;
}