body{
  background-color: #b2cfb4;
}
footer, .button, h1, h2{
  background-color: #e9fff5;
}
main{
  background-color: #ffaea1;
}
nav{
  background-color: #ffa5c5;
}
.likes{
  background-color: hsl(131 48% 76%);
}
.dislikes{
  background-color: hsl(359 100% 71%)
}
.fullbodyprofile{
  background-color: hsl(359 100% 81%);
}
.basicinfo{
  background-color: hsl(131 48% 76%);
}
.likesanddislikes{
  background-color: hsl(185 78% 72%);
}
.relationship{
  background-color: hsl(21 100% 66%);
}
article{
  background-color: hsl(359 47% 49%);
}