.website{
    background-color: black;
    color: white;
    font-family: 'verdana';
    text-align: center;
}

.title{
    font-size: 28px;
    color: red;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

/* Style Sheet Specific Below */

.postformat {
    max-width: 800px;
    margin: 18px auto;
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 0px;
}

.smallimage{
    width: 250px;
    height: auto;
    border: 1px solid white;
    margin-top: 5px;
    margin-bottom: 5px;
}