body {
    align-items: center;
    background-color: rgb(230, 230, 230);
}

.schoolbell-regular {
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header {
    display: flex;
    align-items: flex-end;
    margin-top: 20px;
    width: 600px;
    background-image: url(https://i.pinimg.com/originals/ff/c1/16/ffc1167eaf40bd94ec43431a7f5b68fc.gif);
    height: 100px;
    border: 1px solid rgb(94, 94, 94);
}

.header-title {
    font-family: "Schoolbell", cursive;
    font-size: 40px;
    margin-left: 20px;
}

.header-title p {
    margin: 0;
    color: white;
    display: inline-block;
    animation: coloring 2s infinite;
}


.angelgirl {
    position: relative;
    width: 60%;
    left: 80px;
    top: 52px;
}

.container {
display: flex;
border: 1px solid rgb(92, 92, 92);
width: 600px;
height: 526px;
margin-top: 0px;
background-color: rgb(163, 147, 132);
}

.navigation {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
border: 3px inset rgb(184, 184, 184);
height: 500px;
width: 200px;
margin: 10px;
background-color: white;
}

.navtitle {
    font-size: 30px;
    color: rgb(111, 111, 122);
    font-family: "Schoolbell";
    margin-left: 10px;
}

h1 {
    color: rgb(139, 113, 84);
    font-size: 17px;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 0;
}

.navigation ul {
    margin-top: 5px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.navigation li {
color: rgb(121, 121, 121);
font-size: 15px;
margin: 0;
padding: 0;
list-style-image: url(https://heartdecal.neocities.org/about-images/heartfavicon.webp);
}

.main {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 3px inset rgb(184, 184, 184);
    height: 500px;
    width: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.mainwrapper1 {
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 5px;
    gap: 10px;
}

.mainwrapper2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: -5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.mainwrapper3 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -15px;

}

.care {
    width: auto;
    height: 150px;
    margin-right: 10px;
    margin-top: -5px;
}

.main p {
    color: rgb(120, 107, 91);
    font-size: 15px;
    font-family: times;
    line-height: 20px;
    margin-top: 15px;
}

.mainpuppy {
    width: 180px;
    height: 180px;
    border: 1px solid black;
}