

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    //height: 80px;
  }
  .menu {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }

  .menu a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 12px;
    width: 16%;
  }

  .menu a:hover {
    background: #f1f1f1;
    color: black;
  }

  .menu a.active {
    background-color: #6b786b;
    color: white;
  }
  select.decorated {
    background-color: red;
    }
