
body {
   background: black;
   color: #7700cc;
   text-align: center;
 }

h1 {
   font-size: 40px;
 }

.title {
   font-size: 25px;
   font-weight: bold;
   color: #0000ff;
 }

.sandwich {
   font-size: 20px;
   font-style: italic;
   margin-top: -10px;
 }

.meta {
   position: relative;
   width: 100%;
   min-width: 900px;
   margin-top: 50px;
 }

.container {
   position: absolute;
   margin-left: -453px;
   left: 50%;
   min-width: 900px;
 }

.row {
   width: 260px;
   margin: 20px;
   float: left;
 }

img {
   width: 246px;
   height: 180px;
   margin: 3px;
   border: 1px solid #0000ff;
   padding: 3px;
 }

.footer {
   clear: both;
   padding: 50px;
   color: #0000ff;
 }

/* this is a css comment */
/* javascript comments use same syntax */
