.stepoff {
    display: none;
}

.stepon {
    display: block;
}

.animal {
    background-color: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    float: left;
    height: 360px;

}

.animalimage img {
    max-width: 15vh;
    height: 15vh;
}
.animalimage {
    width: 100%;
    height: auto;
    text-align: center;
}

.comments {
    margin-top: 10px;
  }