body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
    background-color: white;
}

.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;
}
h2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-style: italic;
    font-size: 1.6rem;
    margin-left: 10px;
}

nav{
    display: flex;
    justify-content: center;
}
ul{
    display: flex;
    background-color: black;
    padding: 10px;
    margin-top: 0;
}
li{
    list-style: none;
}
.advert{
    margin-left: 1rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.container,.display,.content1,.content2,.content3{
    max-width: 100%;
    display: flex;
}



/*advert*/



figure{
    text-align: center;
}
a{
    text-decoration: none;
    color: purple;
    font-weight: bolder;
}
button{
    background-color: whitwpurple;
    border: none;
    padding: 9px;  
    border-radius: 4px;
}
img{
    width: 245px;

}