body {
    background-color: azure;
    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;
    white-space: nowrap;
    padding: 10px;
    font-size: 18px;
}
.header .item {
    flex: 1;
    text-align: center;
}
.header a, .header select {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.header select {
    flex: 1;
    margin: 0 10px;
}
.header-content {
    display: inline-block;
    margin-right: 10px;
}
select {
    border: none;
    background: none;
    cursor: pointer;
}
select option {
    background: white;
    color: black;
    
}
.item {
    display: inline-block;
    padding: 0px;
    margin-left: 85px;
    
    
}

    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;
    }
    
    
    @media (max-width: 600px) {
        table {
            width: 100%;
            display: block;
        }
        td {
            display: block;
            width: 100%;
            margin-bottom: 10px;
        }
    }