.container {
    width: 100%;
}
h1 {
    font-family: 'Miracle', sans-serif;
    font-weight: bold;
    text-align:center;
    }

.newspaper {
background-color: #17a2b8;

border-radius: 8px;
text-align:center;
-webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
width: 32%;
display: flex;
justify-content: center;
margin: 2px 2px;
}
    


footer {
    max-width: 100%;
    min-height: 50px;
    background: rgb(102, 164, 197);
    color: #fff;
    text-align: center; 
  }
