  body, html{
    height: 100%;
  }

  .container{
    height: 100%;
  }

  .row{
    background-color: #191c22;
  }

  ul{
    color: white;
    text-align: left;
    list-style-type:none;
    line-height: 2.2rem
  }

  li{
    border-bottom: 1px solid #333333;
    margin: -10px 12px 15px 12px;
    padding-bottom: 6px;
    font-weight: 400;
    text-indent: 10px;
  }

#list-letter{
  text-align: left;
  margin-left: 12px;
  margin-right: 12px;
  text-indent: 10px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
}

a{
  color: #ffffff;
  text-decoration: none;;
}

a:hover{
  color: #ff4689;
}