.main-image{
    padding-top: 100px;
    background-image: url('./imagens/varejo.jpg');
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}