 body{
    background-image: url("https://i.postimg.cc/wx09vzg4/musicbg.png");
    background-repeat: no-repeat;
    background-size: cover;

 }

 main{
    background-color: #EEFF00;
    width: 45vw;
    height: 85vh;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    margin: 5vw 45vw;
    overflow-y: scroll;
 }

 article{
    background-color: white;
    margin: 30px;
 }

 img{
   width: 20%;
   float: left;
   margin: 20px;
 }

 h2{
   margin: 10px;
 }

 p{
   margin: 10px;
 }
