body {
    
    margin: 0;
    padding: 10px;
    font-family: Arial, sans-serif;
    background: url(foto/ismetuka.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;
    border-radius: 20px;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
}
.header .item {
    flex: 1;
    text-align: center;
}
.header a, .header select {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
}
.header select {
    flex: 1;
    margin: 0 10px;
}
.header-content {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
select {
    border: none;
    background: none;
    cursor: pointer;
}
select option {
    background: white;
    color: black;
    
}

.item {
    display: inline-block;
    padding: 0px;
    margin-left: 80px;
    
    
    
}
.shkrimi {
    position: absolute;
    bottom: 12px;
    color: white;
    line-height: 0.0em;
    font-size: 18px;
    background-color:  orange;
    border-radius: 20px;
 }
    
    
    @media (max-width: 600px) {
        table {
            width: 100%;
            display: block;
            
        }
        td {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }
    }