body
{
  background-repeat: no-repeat;
  background-origin: content-box;
  background-attachment: fixed;
  background-size:100% 100%;	
  user-select:none;
}
.nopadding
{
	padding:0px !important;
}
#gamePage{
  margin-top: -1.5vh;
}
#playButtonDiv,#nextDiv{
  position: fixed;
  bottom: 0;
}
#birdsNameDiv{
  height:12vh;
  margin-top: 2.5vh;	
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  color: black;
}
.birdNameClass{
  margin-top: 1.5vh;
}
.imgDiv{
  border: 2px solid black;
  height:20vh;
  margin-top: 1.5vh;
}
.optionImgDiv{
  border: 2px solid black;
  margin-top: 1.5vh;
}
#optionDiv{
  display: flex;
  justify-content: space-between;
  margin-top: 2vh;
}
#frameDiv{
  display: flex;
  justify-content: space-between;
}
.birdName{
  border: 2px solid black;
  height:8vh;
  margin-top: 1.5vh;
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  color: black;
}