.styleImage {
    background-color:rgb(254,80, 0);
}

.contain {
    display: flex;
    align-items: center; 
    justify-content: center; 
    height: 100vh; 
    width:100vw;
}

.image{
    object-fit: contain;
    width:35%;
}

.invisible {
    display:none;
}