body {
    background-image: url('files/obrazy/do-stron/stars.png'); /* Replace with your image file path */
    background-repeat: repeat; /* This repeats the image both horizontally and vertically */
    word-wrap: break-word;
}

.content-container {
   max-width: 40%; /* Set the maximum width in pixels */
   margin: 0 auto; /* Center the content horizontally */
   padding: 10px; /* Add some padding for spacing */
}



p {
   color: rgb(204, 204, 204);
   font-family: system-ui, sans-serif;
}

h1 {
   color: rgb(204, 204, 204);
   font-family: system-ui, sans-serif;
}

h3 {
   color: white;
   font-family: system-ui, sans-serif;
}

h5 {
   color: white;
   font-family: system-ui, sans-serif;
}

li {
   color: white;
   font-family: system-ui, sans-serif;
}

h {
   color: white;
   font-family: system-ui, sans-serif;
}

a {
   color: green;
   font-family: system-ui, sans-serif;
   font-size: 15px;
}

b {
    color: rgb(207, 103, 103);
    font-family: system-ui, sans-serif;
 }

 @media (max-width: 1200px) {
   body {
      background-image: url('files/obrazy/do-stron/stars.png'); /* Replace with your image file path */
      background-repeat: repeat; /* This repeats the image both horizontally and vertically */
      word-wrap: break-word;
  }
  
  .content-container {
     max-width: 90%; /* Set the maximum width in pixels */
     margin: 0 auto; /* Center the content horizontally */
     padding: 10px; /* Add some padding for spacing */
  }
  
  
  
  p {
     color: rgb(204, 204, 204);
     font-family: system-ui, sans-serif;
  }
  
  h1 {
     color: rgb(204, 204, 204);
     font-family: system-ui, sans-serif;
  }
  
  h3 {
     color: white;
     font-family: system-ui, sans-serif;
  }
  
  h5 {
     color: white;
     font-family: system-ui, sans-serif;
  }
  
  li {
     color: white;
     font-family: system-ui, sans-serif;
  }
  
  h {
     color: white;
     font-family: system-ui, sans-serif;
  }
  
  a {
     color: green;
     font-family: system-ui, sans-serif;
     font-size: 15px;
  }
  
  b {
      color: rgb(207, 103, 103);
      font-family: system-ui, sans-serif;
   }
}
