h1 {
    color: darkred;
    font-family: Georgia;
    font-weight: bold;
}

#description {
    color: red;
    font-style: italic;
    font-size: large;
}

#picture {
    border-width: 2px;
    border-style: solid;
    border-color: black;
    width: 500px;
}

h2 {
    color: darkred;
    font-family: Georgia;
    font-weight: normal;
}

h3 {
    color: darkred;
    font-family: Verdana;
    font-weight: normal;
}

.property {
    color: black;
    font-family: Verdana;
    font-style: normal;
}

.link {
    color: black;
    font-family: Verdana;
    font-weight: bold;
    font-size: large;
}