.body{
    background-repeat: no-repeat;
    background-image: url("../img/CARTEL.png");
    background-size: contain;
    min-height: 100vh;
    
}