body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.top{
    background-color: black;
    padding: 15px;
    margin: 0;
    color: orange;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    justify-content: space-between;
}

.mall{
    color: white;
}


.container,.content,.context,.shoes,.last{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

img{
    width: 245px;
    height: 240px;
}