#main{
    display: flex;
    justify-content: center;
    align-items: center;
}

#database{
    border-style: solid;
    padding: 20px;
    border-radius: 10px;
    margin-top: 50px;
}

.input{
    width: 300px;
    height: 30px;
}

#show_data{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 10px;
    margin-top: 20px;
}

#image_div{
    display: flex;
    justify-content: center;
    align-items: center;
}

#images{
    border-radius: 10px;
    height: 250px;
    width: 200px;
}

#box{
    border-style: groove;
    padding:15px;
    border-radius: 10px;
}

#btn_div{
    display: flex;
    justify-content: space-between;
}
