body {
    background-color: rgb(243, 243, 243);
}

.image {
    border-style:inset;
    background-color: rgb(202, 202, 202);
    width: 400px;
}

.image img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.image p {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 3px;

}