h3{
 font-family: "Lexend Tera", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400px;
  font-style: normal;
  font-size: 30px;
  align-items: center;
  
}
h4{
 font-family: "Lexend Tera", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300px;
  font-style: normal;
  font-size: 20px;
align-items: center;

}
h5{
 font-family: "Lexend Tera", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200px;
  font-style: normal;
  font-size: 20px;
  align-items: center;

}
p{
 font-family: "Lexend Tera", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400px;
  font-style: normal;
  font-size: 10px;
  align-items: center;
   
}


img{
    width:300px;
    height:200px;
}
body{
     background:rgb(117, 43, 117);
     cursor: url('musicnotecursor.png'), auto;
     align-items:center;
     justify-content: center;
     display:flex;
     gap:10px;
     padding:10px;

}
.container{
     display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow:wrap;
     background:linear-gradient(rgb(255, 255, 255,.75),rgb(189, 189, 189,.75));
     height:700px;
     width:75%;
     border-radius:20px;
     border:white solid 2px;
      box-shadow: 5px 5px 5px 5px rgb(0, 0, 0,.5);

}

button{
    background:rgba(241, 170, 241, 0.75);
    border-radius: 20px;
    border:solid 2px rgb(79, 41, 79);
font-family: "Lexend Tera", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200px;
  font-style: normal;
  font-size: 10px;
}