.photo {
  height: 90px;
  width: 90px;
  border-radius: 90px;
 }

body {
  text-align: center;
  width: auto;
  height: auto;
  font-family: Arial;
  background-color: rgb(112, 47, 250);
}

.tap-link {
  color: rgb(221, 42, 99)
}

.music {
  background-color: lime;
  color: rgb(231,6,88);
}
