
.page1,.page2,.page3{
    height: 100%;
    width: 100%;
    background-color: #000;
    position: relative;
}

.page1 h1{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 3vw;
    
}
.move{
    display: flex;
    padding: 2vw 0;
    background-color: #D8FF04;
    overflow: hidden;
}

.marque{
    flex-shrink: 0;
    gap: 2vw;
    display: flex;
    align-items: center;
    padding: 0 1.5vw;
    transform: translateX(-100%);
}
.marque h1{
    font-size: 2vw;
}
.marque img{
    height: 3vw;
}