body {
  background-color: rgb(0,153,255);  
}
body h1{
  text-align: center;
}
.spotify{
  text-decoration: underline;
  color: rgb(0,0,0);

}

.spotify:hover{
  color: rgb(255,255,255);
  text-decoration: none;
}
.table-container{
  display: grid;
  justify-content: center;
  grid-template-columns: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  max-height: auto;
}
.dates{
  width: 100px;
  max-width: 100%;
}

#code img{
  width: 500px;
  max-width: 50%;
  max-height: auto;
  margin-left: 25%;
  margin-right: 50%;
  margin-top: 5%;
}