 body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      background-color: #14002e;
      color: #f0e6ff;
    }

p a {
  color: #ffc107;
}
p a:hover {
  color: #ffc107;
}
    .navbar {
      background: linear-gradient(to right, #a400ff, #ff0080);
    }

    .navbar-brand {
      font-weight: bold;
      color: #ffe600;
      text-shadow: 1px 1px 3px #000;
    }

    .navbar-nav .nav-link {
      color: #fff;
      font-weight: 500;
    }

    .navbar-nav .nav-link:hover {
      color: #ffe600;
    }

    header {
      background: linear-gradient(to right, #3a0ca3, #7209b7);
      padding: 80px 0 60px;
      color: white;
    }

    header h1 {
      font-size: 3.5rem;
      font-weight: bold;
      text-shadow: 2px 2px 4px #000;
    }

    .btn-pachinko {
      background-color: #ffe600;
      color: #000;
      font-weight: bold;
      border-radius: 30px;
      padding: 0.6rem 1.5rem;
      border: none;
    }

    .btn-pachinko:hover {
      background-color: #ffaa0d;
      color: #000;
    }

    .widget-section {
      background: linear-gradient(to right, #29104c, #3f165b);
      color: #fff;
    }

    .content-section {
      background-color: #21003a;
    }

    .alt-section {
      background-color: #31014d;
    }

    footer {
      background: linear-gradient(to right, #4c0070, #120032);
      color: #eee;
    }

    footer li a {
      color: #ffe600;
      text-decoration: none;
    }

    footer li a:hover {
        color: #ffe600;
      text-decoration: underline;
    }


/** бордер в бургер меню **/
.navbar-toggler {
    padding: 0.5rem 0.75rem;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
