body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}
.pet-container {
    background-color: #6a329f;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    margin: 10px;
}
.pet-container h1 {
    margin-top: 0;
}
.pet-image {
    width: 200px;
    height: 200px;
    background-color: #a28bb3;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    position: relative;
}
.pet-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.highlight {
    background-color: #5c247f;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    text-align: center;
}
.footer {
    font-size: 0.9em;
    color: #ccc;
}
.link {
    color: #ccc;
    text-decoration: none;
}
.link:active, .link:hover {
    color: #fff;
}

.footer-pp {
    text-align: center;
    margin: 20px 10px 10px 0;
}
.footer-pp p {
    margin: 0;
}

.err-msg {
    color: #c6173b;
    background: #a28bb3;
    padding: 20px 30px;
    border-radius: 5px;
}

.form-check {
    line-height: 25px;
    margin: 10px 0;
}

.simple-list {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.simple-list li {
    background-color: #5c247f;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}

.pet-container .form-group {
    margin: 10px 0;
    text-align: left;
}
.pet-container .form-group label {
    display: block;
    margin-bottom: 5px;
}
.pet-container .form-group input[type="text"],
.pet-container .form-group input[type="file"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
    background-color: #a28bb3;
    color: white;
}
.btn-pp {
    padding: 10px 20px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    background-color: #5c247f;
    color: white;
    cursor: pointer;
}
.btn-pp:hover {
    background-color: #4e1d6b;
}
.btn-pp.light {
    background-color: #6a4ba6;
}


/* Menu on account */
@media(max-width: 1199px) {
    .nav.navbar-nav {
        
    }
}