* {
    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: contain;
    border: 15px dashed rgb(139, 0, 0);
    background-color: rgb(248, 202, 118);
    text-align: center;
}
