body {
    
    margin: 0;
    padding: 10px;
    font-family: Arial, sans-serif;
    background: url(foto/shkolla.jpg) no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
} 

.emri{
    font-size: 30px;
    color: white;
    font-style: italic;
    font-weight: 900;
    text-align: justify;
}

.header {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px;
    font-size: 0px;
    box-sizing: border-box;
} 
.header .item {
    flex: 2;
    text-align: center;
}
.header a, .header select {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}


.header select {
    flex: 1;
}
.item {
    display: inline-block;
    padding: 0px;
    margin-left: 70px;
    
    
    
}
 .header .school-select {
  font-size: 14px;
  color: #222;
  background: #fff;
  -webkit-text-fill-color: #222;
}


    .shkrimi {
        position: absolute;
        bottom: 38px;
        right: 140px;
        color: white;
        line-height: 0.2em;
        font-size: 18px;
     }
     
     .logo {
        font-size: 30px;
        font-weight: bold;
        color: white;
        letter-spacing: 5.6px;
        text-align: center;
        cursor: pointer;
    }
    
    @media (max-width: 600px) {
        table {
            width: 100%;
            display: block;
            
        }
        td {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }
    }