#content5{
    background-image: url("../img/bg_gif.png");
    background-repeat:repeat;
    background-position: center;
    text-align: center;
}
#container_5{
    margin: auto;
    position: relative;
    width: 1200px;
    text-align: center;
    height: auto;
    z-index: 2;

}
.listpanel{
    position: relative;
    top:64px;
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap:wrap;
    border-radius: 5%;
    background-color: rgba(255, 255, 255, 60%);
}
.giflistitem{
    margin:75px;
}
.item_preview{
    background-color: white;
    border-radius: 5%;
    border-color: #F7BCDC;
    border-width: 5px;
    border-style: dotted;
}
.item_preview:hover{
    border-color: #AFE3A8;
}

.item_name{
    font-family: marusc;
    font-size: 22px;
    color: #5E2020;
    background-color: #F7BCDC;
}

.item_name:hover{
    background-color: #AFE3A8;
}

#goback{
    position: absolute;
    left: 75px;
    top:16px;
    font-family: marusc;
    font-size: 22px;
    color: #5E2020;
    border-radius: 5%;
}
#goback2{
    position: absolute;
    bottom:75px;
    font-family: marusc;
    font-size: 22px;
    color: #5E2020;
    border-radius: 5%;
}