@import url(global.css);
@import url(color.css);
@import url(typography.css);

#wheatear {
  background-image: url(wheatear/wheatear-square.jpeg);
  background-size: cover;
  background-position: center;
}
#robin {
  background-image: url(robin/robin-square.jpeg);
  background-size: cover;
  background-position: center;
}