body {
  background: black;
  color: white;
  font-family: courier, sans-serif;
}
a {
  color: white;
}
.container {
  margin: 20px auto;
  max-width: 800px;
}
.container img {
  width: 100%;
}

@font-face {
  font-family: "bebas-neue";
  src: url(bebas-neue.otf);
}

.header {
  margin: 0 40px;
}
.name {
  color: white;
  font-family: Arial,Verdana,sans-serif;
  font-size: 80px;
  letter-spacing: 8px;
  font-family: "bebas-neue";
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: .21em;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  -webkit-transition: color .5s ease-out;
  -moz-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.parties {
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;

  max-width: 800px;
}
.parties .party {
  margin: 0 0 20px 0;
}
.parties img {
  max-width: 100%;
  max-height: 1000px;
}
.parties .break p {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 20px 0;
  margin: 50px 0;
}
