@charset "utf-8";

/* Change only if necessary for the activity */
.content{
	top: 200px;
}

.answers {
 position:absolute;
}

/* change the width and height of the answers */
.answers > img {
 /*width:230px;*/
}

/* change the position of the answers */

#ans0 {
 left:40px;
 top:60px;
 width:188px;
 height:250px;
}

#ans1 {
 left:240px;
 top:60px;
 width:188px;
 height:250px;
}

#ans2 {
 left:480px;
 top:60px;
 width:188px;
 height:250px;
}

#ans3 {
 left:650px;
 top:60px;
 width:188px;
 height:250px;
}

#back{
 position:absolute;
 left:25px;
 top:40px;
}

#endScreen {
  position:absolute;
  left:25px;
  top:40px;
}

#playAgainButton {
  position:absolute;
  top:150px;
  left:275px;
}

/*
#wrong {
 position:absolute;
 top:80px;
 left:130px;
}

#correct {
 position:absolute;
 top:80px;
 left:130px;
}
*/

#soundButton{
 position:absolute;
 top:375px;
 left:410px;
}


/*
@keyframes popout {
    from{transform:scale(1)}
    to{transform:scale(0.85)}
}
@-webkit-keyframes popout {
    from{-webkit-transform:scale(1)}
    to{-webkit-transform:scale(0.85)}
}
*/
