body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.section-2{
    width: 100%;
}
.aviso{
    background-image: url(/assets/fondoUnderConstruction.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;

    width: 280px;

    .under-construction{
        display: flex;
                justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;

        img{
            width: 280px;
        }
    }
}