.error {
    display: none;
    color: red;
}

#playAreaTitle{
    text-align: center;
}

#matchDiv{
    font-size: 20px;
    background: #ff9999;
    padding: 20px;
    /* font-family: "Comic Sans MS", cursive, sans-serif; */
}

li {
    padding: 5px;
}

#timer{
    text-align: right;
    margin-right: 200px;
    height: 50px;
}

#showAnimals{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.chooseAnimal{
    width: calc(50% - 100px);
    margin-bottom: 10px;
}

body{
    font-family: "Comic Sans MS", cursive, sans-serif;
}