#clipweb{
  width: 800px;
  margin: 0 auto;
  background: #f7f6f8;
  padding: 20px;
  font-family: Arial;
}
#clipheader{
  margin-top: 10px;
  margin-left: -120px;
  width: 100px;
  height: 280px;
}
#clipheader #clipsocial{
  width: 50px;
  float: right;
  margin-top: 20px;
  padding-right: 14px;
}
#clipcontent{
  margin-top: -320px;
  float:left;
  width: 780px;
}
#clipcontent img{
  margin: 2px;
}
#clipimages{
  margin-left: 6px;
  text-align: center;
}
#clipimage img {
  border: 6px solid white;
}
h1{
  font-family: Vampiro One;
  text-align: center;
}
h1 a{
  color: black;
  text-decoration: none;
}
h1:before{ 
  content:"· ";
}
h1:after{ 
  content:" ·";
}
a{
text-decoration: none;
}