#app {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0;
}

input, textarea {
    background-color: #dddddd;
    margin-bottom: 20px;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border: #cccccc 2px solid;
    border-radius: 999px;
    color: black;
}   

.dropdown{
    background-color: #dddddd;
    margin-bottom: 20px;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    border: #cccccc 2px solid;
    border-radius: 999px;
    color: black;
}

.ins_btn {
    background-color: #dddddd;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 20px;
    border: #444444 2px solid;
    border-radius: 5px;
    color: black;
}

.user-card {
    background-color: #dddddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

textarea {
    border-radius: 25px;
    min-height: 50px;
    padding: 10px 20px;
    resize: none;
}

.delete-photo {
    position: absolute; 
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px; right: 2px; 
    width: 20px;
    height: 20px;
    background: rgb(255, 0, 0); 
    color: white; 
    border: none; 
    width: auto; 
    height: 20px; 
    cursor: pointer; 
    z-index: 100;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 3px;

}

.image-box {
    position: relative; 
    width: 100px; 
    height: 100px; 
    overflow: hidden; 
    border: 1px solid #ccc;
}