.newchart {
  position: fixed;
  bottom:50px;
  right:50px;
}
#content {
  max-width:1080px;
  margin:auto;
}
.card {
  padding:0px;
}
.genres {
  background:yellow;
  padding: 3px 7px;
  margin-right: 3px;
  border-radius: 25px;
}
footer {
  text-align:center;
}
