body { 
    background-color: beige;
    font-family: Arial, sans-serif; 
    line-height: 1.4;
     margin: 10px; 
     color: #333; 
    } a 
    { color: red; 
        text-decoration: none;
     }
     a:hover 
     { text-decoration: underline;
     } center
      { text-align: center; 
        display: block;
    }

.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;
    
    
}
 
    td{
        font-size: 20px;
        font-family:Georgia, 'Times New Roman', Times, serif;
    }
    
    table {
        width: 100%;
        border-collapse: collapse;
    }
    
    td {
        padding: 10px;
        text-align: center;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    
    
     .teksti {
          background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);
          border-radius: 16px;
          box-shadow:  7px 23px rgba(0,0,0,0.08);
          padding: 144px;
          margin: 32px auto;
          max-width: 900px;
          font-family: 'Segoe UI', Arial, sans-serif;
          color: #222;
          font-size: 1.1rem;
          line-height: 1.7;
          transition: box-shadow 0.2s;
        }
        .teksti:hover {
          box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        }
      @media (max-width: 600px) {
   
    .teksti {
        padding: 20px;
        max-width: 100%;
        margin: 10px;
        font-size: 1rem;
    }
   
    .emri {
        font-size: 22px;
        text-align: center;
    }
}