#front, .intro{
    text-align: center;
    background-color: #128dff;
    background-repeat: repeat-x;
}

.intro em {
  color: yellow;
}

#front a{
    color: black;
    text-decoration: underline;
}

.collection .content{
  border: 1px solid #563D18;
}

.collection .content .media{
  border-bottom: 1px solid #563D18;
  padding: 10px;
}

