            .fixed-footer {
              display: flex;
              justify-content: space-around;
              position: fixed;
              background: linear-gradient(to bottom, #8B0000 0, #8B0000 100%);
              padding: 5px 0;
              box-shadow: 0 0 3px 1px #ffd700;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 99
            }

            .fixed-footer a {
              flex-basis: calc((100% - 15px*6)/ 5);
              text-decoration: none;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              color: #ffd700;
              max-width: 75px;
              font-size: 12px;
              font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
            }

            .fixed-footer a:hover {
              font-weight: 700
            }

            .fixed-footer .center {
              transform: scale(1.5) translateY(-5px);
              background: center no-repeat;
              background-size: contain;
              background-color: inherit;
              border-radius: 50%
            }

            .fixed-footer img {
              max-width: 20px;
              margin-bottom: 0;
              max-height: 20px
            }
