body {
    font-family: josefinsans;
    text-align: center;
    background-image: url("images/greenfrown.jg");
    
}

p {
    background-color: pink;
    color: black;

}

img {
    height: 260px;
    width: 260px;
}

@font-face {
    font-family: josefinsans;
    src: url(Josefin_Sans/static/JosefinSans-Regular.ttf);
}

.listtest {
    text-align: center;
}

.stufflist {
    display: inline-block;
    text-align: center;
}

.numberlist {
    display: inline-block;
    text-align: center;
}

.web {
    border: 3px solid black;
    padding: 7px;
}

a:link {
    color: rgb(194, 129, 140);
    background-color: transparent;
    text-decoration: none;
}

a:hover,
a:visited {
    color: rgb(122, 0, 0);
    background-color: transparent;
    text-decoration: underline dotted;
}

a:active {
    color: rgb(153, 0, 46);
    background-color: transparent;
    text-decoration: underline dotted;
}