.title { 
  font-size: 40px;
  text-align: center;
}
.Image {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.aniImage {
  margin: 20px;
  text-align: center;
}
img{
  width: 400px;
  height: 400px;
  border-radius: 10px;
}
button{
  margin-top: 20px;
  height: 40px;
}
.score{
  text-align:center;
}
.answer{
  margin: 20px;
  width: 50px;
}
.toPink{
  background-color: pink;
}