.njoftime {
  text-align: center;
  margin: 25px auto;
  max-width: 700px;
  padding: 15px;
}

.njoftime .date {
  font-size: 16px;
  color: blue;
   font-weight: bold;
  margin-bottom: 5px;
}

.njoftime .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color:red;
}
.njoftime .text{
   font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
}

.njoftime {
  max-width: 1100px;
  margin: 10px auto;
}


/* HR i bukur */
.njoftime hr {
  margin-top: 25px;
  border: none;
  height: 3px;
  background: linear-gradient(to right, red, orange, yellow);
}
body {
    background-color: lightgoldenrodyellow;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    }
.emri{
    font-size: 30px;
    color: red;
    font-style: italic;
    font-weight: 900;
    text-align: justify;

}
.header {
    overflow-x: auto; /* Lejon scroll horizontal */
    white-space: nowrap;
    padding: 5px;
    font-size: 0px;
    max-width: 100%; 
    box-sizing: border-box; 
    text-align: left; 
    display: flex;
    gap: 0px;
}
.item {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 0; 
}
.header a, .header select {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
}
.header select {
    flex: 1;
}
.item {
    display: inline-block;
    padding: 0px;
    margin-left: 70px;
    
    
}
 

 