h1 {
    font-family: cursive;
    color: blue;
}

h2 {
    font-family: cursive;
    color: blue;
}

h3 {
    font-family: cursive;
    color: blue;
}

body {
    text-align: center;
    background-color: yellow;
}

p {
    color: blue;
}

img {
    width:160px;
    height:170px;
    border-radius: 300px;
    
}
img.selected {
    border:10px solid blue;
}
