.pet-wrapper {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    max-width: 700px;
    margin: 20px auto;
}
.pet-wrapper label {
    display: block;
    font-weight: bold;
}
.pet-wrapper select,
.pet-wrapper input,
.pet-wrapper textarea {
    width: 100%;
    margin: 5px 0 5px 0;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.pet-wrapper button {
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #0019FF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.pet-wrapper button:hover {
    background-color: #0019FF;
}  