.search_item {
    display: flex;
    position: relative;
    width: 30vw;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    min-width: 300px;
    margin: 20px;
    background-color: rgb(76, 0, 255);
    border-radius: 30px;
    overflow: hidden;
}

.item_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.info_box{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    color: white;
}

.item_name{
    font-size: 2em;
    font-weight: bold;
    margin: 10px;
}

.item_info{
    margin: 0;
    margin-left: 10px;
    font-size: 0.9em;
}

.jdlbutton{
    margin: 0;
    align-self: center;
    width: 50%;
}
.jdlform{
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    width: 70%;
}

.item{
    position: relative;
    max-width:100%;
    max-height:100%;
}

.item img{
    position: relative;
    width: 100%;
    height: auto;
    max-height:400px;
}

.end{
    display:none;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 30px;
    width: 100%;
}

.end input{
    width: 100px;
    margin: 20px;
}

.forum{
    z-index: 100;
    position:absolute;
    top: 10px;
    left: 10px;
    aspect-ratio: 1 / 1;
    max-width: 100px;
}

.forum img{
    aspect-ratio: 1 / 1;
    max-width: 25px;
}

.btn_coll{
    position: relative;
    background-color: #000000;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    animation-name: fadeInUp;
    animation-duration: 2s;
    margin-bottom: 20px;
}

.dl_box a{
    color: white;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}


.dl_box{
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}