body {
  background-color: #121316;
}

.bg-dark {
  background-color: #232427;
}

/* box colour #191A1E; */

/**
* ----------------------------------------
* Navigation
* ----------------------------------------
*/

.fixed-top {
  position: fixed;
  top: 30px;
  left: 15%;
  right: 15%;
  z-index: 1030;
}

  li{
    padding-right:2rem;
}
  
.dropdown-menu {background-color: #181a1d;}
.dropdown .dropdown-menu a{background-color: #181a1d;}
.dropdown .dropdown-menu a{color: rgba(255, 255, 255, 0.55); text-decoration: none;}
.dropdown-menu .dropdown-item {display: inline-block;  padding: 10px 10px;}
.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #232427;
  border-color: #fff;
}

/* ----------------------------------------------
* Generated by Animista on 2022-5-26 22:26:59
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation color-change-2x
* ----------------------------------------
*/

.color-change-2x {
-webkit-animation: color-change-2x 2s linear infinite alternate both;
        animation: color-change-2x 2s linear infinite alternate both;
}

@-webkit-keyframes color-change-2x {
  0% {
    background: #232427;
  }
  100% {
    background: #121316;
  }
}
@keyframes color-change-2x {
  0% {
    background: #232427;
  }
  100% {
    background: #121316;
  }
}