body {
    background-color: bisque;
}
h1 {
    text-align: center;
    font-size: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
div {
    text-align: center;
    font-size: 25px;
    border: 1px solid black;
    padding: 10px;
}
a {
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style:oblique;
}
img {
    width: 350px;
    height: 500px;
    image-rendering: pixelated;
}
    
