    body {
      background-color: floralwhite;
      color: rgb(5, 5, 5);
    }
    .section-title {
      border-bottom: 2px solid #ffc107;
      padding-bottom: 5px;
      margin-bottom: 15px;
      font-weight: bold;
    }
    .footer {
      border-top: 1px solid #444;
      margin-top: 50px;
      padding: 20px 0;
      font-size: 14px;
      text-align: center;
    }
    .hover1 a.text-light:hover {
      color: #ffc107 !important;
    }
    .hover1 a {
      color: #ffffff;
      text-decoration: none;
      position: relative;
      transition: color 0.3s ease;
    }