h1 {
    background-color: cornsilk; color: pink; border: solid;
}
button {
    background-color: pink; color: blanchedalmond; border: solid; border-radius: 20%; font-family:'Gill Sans', Times, serif; font-size: 10px; border-color: blanchedalmond;
}
body {
    background-color: cornsilk;
}
img {
    border-radius: 50%;
}
