main { margin: 45px auto; max-width: 600px; padding: 30px; }

h2 { font-size: 18px; font-weight: 200; color: #292428; }

article ul li p { margin: 5px 0 10px 50px; }

li[data-year]::before {
  content: attr(data-year);
  position: absolute;
  text-align: right;
  transform: translateX(-100%);
  color: #938592; font-weight: 250;
  margin-left: 30px;
}

article {  
  margin-bottom: 50px; 
  text-align: justify; 
}

article ul li p a { 
  color: #938592;
  font-weight: 250 ;
  text-decoration: none;
  text-underline-offset: 5px;
  text-decoration-thickness: 0.4px;
}

article ul li p a:hover { 
  color: #aaaa55;
  font-weight: 250;
  text-decoration: none;
  text-underline-offset: 5px;
  text-decoration-thickness: 0.4px ;
}