#content {
  min-height: 95vh;
  padding-top: 4rem;
}

.servicesText.card {
  height: 280px;
  cursor: pointer;
}
.servicesIcon {
  font-size: 36px;
  text-align: center;
  width: 100%;
}
.navbar {
  text-align: left;
}
.navbar-nav.ms-auto {
  visibility: visible;
}
#sbIcon {
  margin-left: 20px;
}
.card-title {
  text-align: center;
}
.card-text {
  text-align: center;
}
.card:hover .servicesIcon {
  color: #008000;
}
.servicesText:hover {
  border: 1px solid #008000;
}
#footer {
  width: 100%;
  position: relative;
  margin-top: 20px;
  background-color: #808080;
  text-align: center;
  color: white;
}
.col-lg-4 a {
  color: inherit;
  text-decoration: none;
}
