@font-face {
  font-family: 'Impact Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Impact Regular'), url('fonts/impact.woff') format('woff');
}

@font-face {
  font-family: 'Impact Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Impact Regular'), url('fonts/unicode.impact.woff') format('woff');
}

body {
    background-color: #fff;
    color: #fff;
    font-family: 'Courier New', monospace;
    filter: grayscale();
}

h1, h2, h3 {
    font-family: 'Impact Regular';
    text-transform: uppercase;
    letter-spacing: -2px;
}

ul {
  list-style-type: none; 
  padding-left: 0; 
}

li {
  position: relative; 
  padding-left: 30px;
}

li::before {
  color: #999;
  font-size: 1.5em;
  content: "⭔ ";  
}

.container {
  position: relative; 
  width: 100%;
  height: 100%;
}

.container::before {
  content: "";  
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('IMG/noise.jpeg'); 
  background-repeat: repeat; 
  opacity: 0.5; 
  z-index: -1; 
}

.content {
  position: relative;
  z-index: 1; 
  color: white;
  text-align: center;
  padding: 20px;
}

.zine-panel-A {
    background: #fff;
    color: #000;
    border: 3px solid #000;
    box-shadow: 5px 5px 0px #f00;  
    padding: 20px;
    margin: 10px;
    transform: rotate(-1deg); 
    opacity: 0.65;
}

.zine-panel-B {
    background: #fff;
    color: #000;
    border: 3px solid #000;
    box-shadow: 5px 5px 0px #f00;  
    padding: 20px;
    margin: 10px;
    transform: rotate(1deg); 
    opacity: 0.65;
}
















