
/* Our default values set as CSS variables */
:root {
  --color-bg: #FF0000;
  --color-text-main: #000000;
  --color-primary: #AFECE0;
  --wrapper-height: 87vh;
  --image-max-width: 300px;
  --image-margin: 3rem;
  --font-family: "Arial";
  --font-family-header: "Arial";
}

/* Instructions */
.instructions {
  margin: 1rem auto 0;
}
.instructions p {
  font-size: 1rem;
}
h2 {
  color: #2800FF;
}

.bird {
  font-size:12px;
  background-color:#FFbb00;
  padding:5px;
  border-radius:5px;
}

.nodey {
  position:absolute;
  display:block;
  left:50px;
  top:30px;
  width:100px;
  height:100px;
  background-color:orange;
  border-radius:50px;
  text-align:center;
  padding-top:35px;
}













