body {
    font-family: Arial, sans-serif;
    background-image: url(images/Backgrounds/4.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    line-height: 1.6;
}


.writing {
    position: center;
    text-align: center;
}

.column {
    float: left;
    width: 33%;
    padding: 2px;
    text-align: center;
  }
  
  /* Clear floats after image containers */
  .row::after {
    position: center;
    content: "";
    clear: both;
    display: table;
  }
 