* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: large;

}


#photolinks {
    font-family: cursive;
    background-image: url(../images/pinkstripes.jpg);
    background-size: 450px;
    border: 15px dashed rgb(139, 0, 0);
    background-color: rgb(248, 202, 118);
    text-align: center;
}



#mushu {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    text-align: center;
    color: rgb(5, 5, 124);


}

#mushu1 {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    place-items: center;
    color: rgb(5, 5, 124);
}

#mushu2 {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    place-items: left;
    color: rgb(5, 5, 124);
}

#mushu3 {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    place-items: left;
    color: rgb(5, 5, 124);
}

#mushu4 {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    place-items: left;
    color: rgb(5, 5, 124);
}

#mushu5 {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    place-items: left;
    color: rgb(5, 5, 124);
}

#mushu6 {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    place-items: left;
    color: rgb(5, 5, 124);
}

#mushu7 {
    width: fit-content;
    height: fit-content;
    border: 15px solid rgb(221, 160, 160);
    padding: 25px;
    margin: 10px;
    place-items: left;
    color: rgb(5, 5, 124);
}





.page-wrapper {
    border-left: 4px rgb(255, 93, 6);
    border-right: 4px rgb(255, 93, 6);
    padding: 1px 2em;
    color: rgb(254, 1, 1);
}