body, html {
    background: rgb(119,26,123);
    background: -moz-linear-gradient(90deg, rgba(119,26,123,1) 0%, rgba(85,38,92,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(119,26,123,1) 0%, rgba(85,38,92,1) 100%);
    background: linear-gradient(90deg, rgba(119,26,123,1) 0%, rgba(85,38,92,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#771a7b",endColorstr="#55265c",GradientType=1);
}

.content img {display:block; width:100%; height:auto; max-width:1200px; margin:auto;}

@media screen and (max-width:480px) {


}