* {
  margin: 0;
  padding: 21px;
  box-sizing: border-box;
}

body {
  background: url(images/news.jpeg);
}
div {font-family: serif, 'Times New Roman';
  font-size: 30px;
  text-align: left;
  color: #000000;}
  
  .custom-text1n {
  position: absolute;
  top: 100px;   /* Distance from the top */
  left: 50px; /* Distance from the left */
}
a{
  color: #000000;
}