.bottom-nav{
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background: #910c3e;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-item:hover{
    border-bottom: 2px solid #ffffff;
  }