h1 {
    color: blue;
    font-family: 'copperplate';
    font-weight: normal;
    border-style: solid;
    border-color: green;
    border-width: thick;
    background-color:lightblue;
}
.d{
    color: lightcoral;
    font-family: 'Times New Roman';
    font-weight: normal;
    border-style: solid;
    border-color: purple;
}
#image{
    border-style: solid;
    border-color: red;
    border-width: thick;
}