*{
margin: 0;
padding: 0;
}
 

.cabeçalho {
    height: 50px;
    background-color:blue ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;

}
.cabeçalho a {
    color: white;
    text-decoration: none;
}

.feirao {
    width: 100%;
    height: 500px;
}
.container{
    display: flex;
    justify-content: space-between;
}
.imagem{
    height: 300px;
    width: 400px;

}
    .imagem2{
        height: 300px;
        width: 400px;
    }
.imagem3{
    height: 440px;
    width: 470px;
}
.imagem4{
    height: 440px;
    width: 470px;
}
    .rodape {
        background-color: blue;
        height: 50px;
    }