.content{
    width: 100%;
    height: auto;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: green;*/
}

.change_language{
    width: 100px;
    height: 40px;
    background-color: green;
}

.language_dropdown{
    width: auto;
    height: 30px;
    background-color: black;
}


.search_icon_div{
    width: auto;
    height: auto;
    /*background-color: black;*/
}

#search_icon{
    font-size: 27px;
    cursor: pointer;
}

.search{
    width: 90%;
    height: 80%;
    font-size: 17px;
    border: 0px solid red;
    background-color: white;
    border-radius: 10px;
    outline: none;
}

.content_photo_div{
    width: 95%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*background-color: grey;*/
}

.content_photo{
    width: 200px;
    height: 300px;
    margin: 50px;
    filter: drop-shadow(0px 0px 5px grey);
    background-color: white;
    border-radius: 10px;
    border: 2px solid black;
}

.photo{
    width: 200px;
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content_photo_txt_div{
    width: 100%;
    height: 100px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background-color: red;*/
}

.content_photo_sub_div{
    width: 100%;
    height: auto;
    text-align: center;
    /*background-color: blue;*/
}

.content_photo_txt{
    font-size: 18px;
    font-weight: bold;
}

.content_photo_des_div{
    width: 100%;
    height: 70px;
    border-top: 1px solid grey;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    /*background-color: grey;*/
}

.content_photo_des{
    font-size: 15px;
    padding-top: 5px;
}

@media (max-width: 640px){

    .search{
        width: 80%;
    }
}
