.info-bar a{
    float: none;
    width: 100%;
    height: 100%;
    background-color: #2a2a2a;
    top: 0;
    left: 0;
  }
  .info-bar a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-weight: bolder;
}
.info-bar ul{
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.info-bar li:hover {
    transition: 1.5s;
    background-color: #ffffff; 
}
.info-bar li{
    border: #ffffff;
    border-radius: 2px;
}