.pet-img-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top,
            rgba(102, 0, 153, 0.8),
            rgba(102, 0, 153, 0.0));
    z-index: 1;
}

.pet-img-avatar {
    height: 64px;
    width: 64px;
    object-fit: cover;
}

hr {
    width: 70%;
    margin: 20px auto;
}

#logo {
    height: 50px;
}