body{
      font-family:'Poppins',sans-serif;
    }


    .content{
      position:relative; z-index:1; min-height:77vh;
      display:flex; flex-direction:column; justify-content:center; align-items:center;
    }

    .card-media {
      height: 120px;
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
      background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
      backdrop-filter: blur(2px);
    }

    .footer {
    background-color: var(--main-color);
    color: white;
    padding: 40px 0;
  }

  .footer .col-md-4 {
    margin-bottom: 20px;
  }

  .footer h5 {
    font-weight: bold;
    margin-bottom: 20px;
  }

  .footer a {
    color: white;
    text-decoration: none;
  }

  .footer a:hover {
    text-decoration: underline;
  }

  .footer .social-icons a {
    margin-right: 15px;
    font-size: 20px;
  }

  .footer .social-icons a:hover {
    color: var(--main-color);
  }
