.article-content-page {
    max-width: 800px;
    margin: 60px auto 40px; /* Lufter ut under navbar */
    padding: 0 20px;
  }
  
  .article-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .article-image img {
    width: 100%;
    height: 450px;
    object-fit: cover; 
  }
  
  .article-text-content h2 {
    font-size: 2em;
    margin: 0 0 20px;
    color: #333;
  }
  
  .article-text-content p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin: 0 0 15px;
  }
  .navbar{
    background-color: #b10101;
  }
  .back-link {
    display: block;
    margin-top: 20px;
    font-size: 1em;
    color: #007bff;
    text-decoration: none;
  }
  
  .back-link:hover {
    color: #0056b3;
  }