
.div1_div2{
    display: flex;
    justify-content: space-between
}
.result:hover{
    cursor: pointer;
}
.result_eng:hover{
    cursor: pointer;
}
#open_card{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#close_icon{
    font-size: 36px;
    cursor: pointer;
    color: red;
    font-weight: bold;
}
#keyword{
    font-weight: bold;
    margin-left: 10px;
    font-size: 110%;
    text-decoration: underline;
}
.card-title{
    display: flex;
}
.info_all{
    color: #012970;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 200px;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}
.info_all span:nth-child(1){
    
    font-weight: bold;
}
.left_right{
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
}
/* .left , .right {
    width: 200px;
} */
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu{
    display: flex;
    gap: 20px;
    text-decoration: none;
    color: #012970;
    font-weight: bold;
}
#menu a{
    font-size: 24px;    
    font-weight: 600;
    color: #012970;
}
#menu a:hover{
    text-decoration: underline;
   
}
.uz_en{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
    color: #012970;
  
}
.uz_en h1 {
    font-size: 100px;
}

#pag {
    text-decoration: underline;
}