i{
    background-color: red;
    color: rgb(255, 255, 255);
}

span{
    color: rgb(223, 141, 33);
}

.card{
    border: solid 2px black;
    border-radius: 25px;
    height: 505px;
    width: 420px;
    margin: 50px;
    display: inline-block;
}

p{
    padding: 5px;
}

h3{
    padding-left: 5px;
}

.card:hover{
    box-shadow: 2px 2px 8px black;
}

img{
    height: 50%;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
}

h4{
    display: flex;
    justify-content: start;
    color: rgb(51, 84, 194);
}

@media (max-width: 375px) {
    #pets{
        flex-wrap: wrap;
    }
}