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