body{
    padding: 40px;
    padding-bottom: 100px;
    padding-top: 80px;
    background-color: rgb(239, 184, 184);
    background-image: image("Joywave_album.jpg");
    background-image:  radial-gradient(ellipse at 40px 40px, #8bbaef, transparent),
    radial-gradient(ellipse at 700px 2000px, #3c003f, transparent);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:x-large;
    color: rgb(235, 158, 123);
    text-shadow: 1px .5px #3c003f;
}
.main{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.song-title{
   
}
.band-name{
    margin-top: -25px;
    font-size :large;
}
.lyrics{
   
}
.album-art{
    height: 300px;
  border: 2px solid #3c003f;
  box-shadow: 1px .5px rgb(235, 158, 123);
}