body{
    background-color: #ABF3E7;
}
.container{
    width: 100%;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #8772DA;
    color: white;
    box-shadow: 0px 0px 10px 10px #5227B0;
    justify-content: space-around;
    font-size: 25px;
    font-weight: bold;
}
.table{
    width: 100%;
    margin-top: 50px;
    position: relative;
    text-align: center;
}
#uz{
    margin-left: 10px;
    color: #D8D6B8;
    font-size: 40px;
    font-weight: bold;
    background: #8772DA;
  
}
#en{
    color: #ABF3E7;
    font-size: 40px;
    font-weight: bold;
    background: #377FBC;
}
#ru{
    color: #FAF9E6;
    font-size: 40px;
    font-weight: bold;
    background: #49A592;
}
#img{
    width: 300px;
    height: 150px; 
}