body {
  background: #000;
  background-image: url("/themes/fakeblood-dot-co/img/chain-hooks-background.png");
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}

a {
  color: #dc2c31;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 2rem;
}
h1 .emphasis {
  color: #dc2c31;
  font-style: italic;
  font-weight: 900;
}

h2 {
  font-size: 1.5rem;
}

header {
  width: 100%;
  height: 200px;
  position: relative;
  margin: 1rem 0 0 0;
}
header .header-bar {
  height: 150px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
header .header-bar .logo {
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

main {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}