body {
  background-color: beige;
  background-image: url("music-notes-background-2591.jpg");
}

h1 {
  text-align: center;
  color: white;
}

#title {
  color: white;
  width: 11rem;
    display: flex;
    justify-content: center;
    margin-top: 15px;

}

.player {
  margin-left: 40rem;
  color: white;
}

.search_song {
  width: 55rem;
  height: 2rem;
}

.search-form {
  margin-top: 40px;
  margin-left: 25rem;
  margin-bottom: -19px;
  font-size: large;
}

section.results {
  margin-left: 9rem;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

hr {
  background-color: gray;
  height: 1px;
  border: 0;
  margin-top: 75px;
  width: 115rem;
}

h3 {
  color: white;
  width: 11rem;
    display: flex;
    justify-content: center;
  }

.searchtitle {
  color: white;
font-size: 20px;
    margin-left: 46px;
}
.search_button {
  width: 90px;
}


.wrapper {
  background-color: transparent;
  width: 270px;
  margin-bottom: 10px;
}

img {
  width: 10rem;
  height: 9rem;
border-radius: 10%;
}
