@media only screen and (max-device-width: 678px){
    /*this is mobile styling for this page*/
    .uploaditmelink{
        width: 100%;
        height: 40px;
        border: 1px solid orange;
        background-color: orange;
        border-radius: 4px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }#uploadlinkhomepage{
    }
    .bodycontainer{
        margin-top: 100px;
    }.uploadtitle{
        width: 100%;
        height: 60%;
        background-color: orange;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
    }.aufforderungalkdaosdfo{
        font-size: 10px;
    }.itmeslist{
        box-sizing: border-box;
        width: 100%;
        height: 300px;
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid #F2F2F2;
        border-left: 3px solid #EADDCA;
        border-right: 3px solid #EADDCA;
        border-top: 3px solid #EADDCA;
        background-color: #EADDCA;
        border-radius: 5px;
        background-color: transparent;
        display: flex;
        margin-bottom: 10px;
        text-decoration: none;
        flex-wrap: wrap;
    }.itemcontainer{
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        background-color: transparent;
    }.imageitself{
        box-sizing: border-box;
        width: auto;
        max-width: 100%;
        height: 100%;
    }.imagecontainer{
        box-sizing: border-box;
        width: 100%;
        height: 250px;
        display: flex;
        justify-content: center;
    }.title{
        width: 100%;
        background-color: #F2F2F2;
        height: 45px;
        display: flex;
        flex-wrap: wrap;
        border-radius: 1px solid red;
    }.pricecontainer{
        /* price of the product*/
        height: 100%;
        width: 100px;
        border: 1px solid transparent;
        display: flex;
        justify-content: left;
        padding-left: 8px;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        background-color: #EADDCA;
        color: red;
    }.titlecontainer{
        /* this holds the title for 
        every item that shows here 
        */
        box-sizing: border-box;
        width: auto;
        padding-top: 4px;
        display: flex;
        flex: 1;
        overflow-x: hidden;
        padding-left: 4px;
        overflow-y: hidden;
        white-space: none;
        background-color: #EADDCA;
    }.paginationcontainer{
        width: 100%;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;;
    }.paginationcontainer button{
        width: 100%;
        height: 100%;
        margin-left: 4px;
        margin-right: 4px;
    }

}