@font-face {
  font-family: 'NewspaperCutout';
  src: url(fonts/newspapercutout.woff2);
  src: url(fonts/newspapercutout.woff);
  src: url(fonts/newspapercutout.ttf);
}
@font-face {
  font-family: 'oldpress';
  src: url(fonts/oldpress.woff2);
  src: url(fonts/oldpress.woff);
  src: url(fonts/oldpress.ttf);
}
@font-face {
  font-family: 'Moms';
  src: url(fonts/Mom.ttf);
}


body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
  background-color: black;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
  background-attachment: scroll;
  
}

.paper {
  position:relative;
  height: auto;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

.icon {
  position: absolute;
  width: 125px;
  height: 125px;
  z-index: 2;
  left:475px;
  top: 150px;
  border: 5px solid black;
  border-style: double;
  }
  
  .header {
  position: relative;
  font-family:'newspapercutout';
  color:black;
  text-align: center;
  top:-800px;
  font-size: 50px;
  }
