h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

p {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}

a {
    border: 1px solid blue;
    color: black;
}

img {
    width: 300px;
    height: 300px;
    border: 1px solid blue;
    border-radius: 20px;
}