body{
    background-color: #fff;
}

.content-x{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

::-webkit-scrollbar{
    width: 0px;
    height: 0px;
}

.content-x > img{
    width: 140px !important;
    max-width: 140px !important;
    max-height: 100px !important;
    object-fit: cover;
    object-position: center;
    background-color: transparent;
}

body > #root{
    z-index: 10;
}