.cutetext p {
    font-family: tangerine;
    color: #6d1f34;
}

li {
    list-style: none;
}


ul.ageclass {
    color: #6d1f34;
    display: flex;
    background-color: #ffbdb0;
    max-width: 430px;
    border-radius: 40px;
    padding: 5px;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 3%;
}

li.subageclass {
    color: #ffefd4;
    border-radius: 35px;
    padding: 7px;
    padding-left: 40px;
    padding-right: 40px;
}

li.subageclass:hover {
    color: #ffefd4;
    background-color: #f97b6f;
    border-radius: 35px;
    padding: 7px;
    padding-left: 40px;
    padding-right: 40px;
}

.ui-state-active {
    background-color: #f97b6f;
}

.cutepopout {
    margin-left: 3%;
    display: flex;
    padding: 10px;
    gap: 11px;
}

.bigbigcontainer {
    display: flex;
    gap: 30px;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 1.8%;
    justify-content: center;
}

.box {
    box-shadow: #f97b6f 7px 7px;
    background-color: #ffaca4;
    border-radius: 15px;
    padding: 30px;
}


img.content {
    border-radius: 10px;
}


div.imagebox1 {
    background-image: url(../img/catgroom.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;

}

div.imagebox2 {
    background-image: url(../img/catfight.jpeg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}


div.imagebox3 {
    background-image: url(../img/catknead.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}

div.imagebox4 {
    background-image: url(../img/coatcolour.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;

}

div.imagebox5 {
    background-image: url(../img/catontable.jpeg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}


div.imagebox6 {
    background-image: url(../img/catandtail.jpeg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}


div.imagebox1-2 {
    background-image: url(../img/catbond.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;

}

div.imagebox2-2 {
    background-image: url(../img/catlickface.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}


div.imagebox3-2 {
    background-image: url(../img/catbite.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}

div.imagebox4-2 {
    background-image: url(../img/catpawwater.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;

}

div.imagebox5-2 {
    background-image: url(../img/catsleep.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}


div.imagebox6-2 {
    background-image: url(../img/catndog.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}



div.imagebox1-3 {
    background-image: url(../img/separationenxiety.jpeg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;

}

div.imagebox2-3 {
    background-image: url(../img/catquite.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}


div.imagebox3-3 {
    background-image: url(../img/cathowold.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}

div.imagebox4-3 {
    background-image: url(../img/catstress.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;

}

div.imagebox5-3 {
    background-image: url(../img/catsignsaging.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}


div.imagebox6-3 {
    background-image: url(../img/catdull.jpg);
    background-size: cover;
    background-position: center;
    height: 250px;
    border-radius: 10px;
}



@media screen and (max-width:800px) {
    .bigbigcontainer {
        flex-direction: column;
        padding-top: 13px;
    }


}