body {
  background-image: url("https://whatitmeans.neocities.org/backgroundimages/_DSC3276.jpg");


  color: white;
  font-family: Verdana;
  width:80%;
        margin-left:auto;
        margin-right:auto;
  align-items: center;
  text-align: center;
}


.maincontent {
  align-items: center;
width:100%;
        margin-left:auto;
        margin-right:auto;
height: 90vh;
}

.musicboxes {
  display: flex;
 flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}