body{
  background-color: #1D1D1F;
  color: white;
}

a{
  text-decoration: none;
  color: white;
}

.container{
  text-align: left;
}

.container h2{
  margin-top: 20px;
  font-size: 19px;
  color: #BBB;
}

.file{
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #666;
  display: flex;
  cursor: pointer;
}

.file img{
  height: 30px;
  max-width: 30px;
  filter: invert(0.5);
}

.file > div:nth-child(1){
  background-color: #444;
  display: inline-block;
  margin: 4px;
  padding: 15px;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  margin-left: -5px;
}

.file > div:nth-child(2){
  display: inline-block;
  height: auto;
  padding-top: 10px;
  min-height: 46px;
  margin-left: 4px;
}

.file > div:nth-child(2) > span{
  font-size: 22px;
  display: block;
}

.file > div:nth-child(2) > span:nth-child(2){
  font-size: 16px;
  display: block;
  color: #BBB;
  line-height: 19px;
}
