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

body {
  text-align: center;
  width: auto;
  height: auto;
  font-family: Arial;
  background-color: rgb(22, 89, 25);
}

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

.links {
  color: rgb(54, 227, 215);
}

.footer_ {
  border: solid;
  color: rgb(18, 199, 36);
}

.titles {
  color: rgb(54, 227, 215);
}
