#transition {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 9999;
    pointer-events: none;
}

.rangee {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.bande {
    flex: 1;
    background-color: snow;
    transform: scaleX(0);
    transform-origin: left;
}

#enormous{
    
    color: black;
    margin-top: 300px;
}

#boxfat{
    width: 100%;
    height: 100vh;
    background-color: aqua;
    display: flex;
    justify-content: center;
    margin: auto;
}

body {
    transform-origin: center top;
}