body {
    background-color: rgb(21, 21, 21);
    text-align:center;
    background-image: url(scan.jpg);
    background-size: 100%;
    @font-face {
        font-family: "scotch";
        src: url("scotch-display.woff2");
    }
    font-family: scotch;
    /* font-family: helvetica; */
}

h1 {
    font-size: 72px;
    column-span: all;
    line-height: 15px;
    color: ivory;
}

h2 {
    font-size: 35px;
    column-span: all;
    line-height: 15px;
    color: ivory;
}

h3 {
    font-size: 26px;
    column-span: all;
    line-height: 15px;
    color: ivory;
}

div {
    column-count: 3;
    column-gap: 1px;
    height: 3790px;
    border: 2px;
  }

.newspaper1 {
    column-fill: auto;
}

figure {
    column-fill: auto;
}

figcaption {
    font-size: 24px;
    color: ivory;
}

p {
    font-size:  12px;
    color: ivory;
}

img {
    border: 4px solid black;
    width: 400px;
}

a:link {
    color:ivory;
}

a:visited {
    color: ivory;
}