*{
    margin: 0;
    padding: 0;
}

.screen{
    width: 100%;
    height: 100vh;
    background-color: aquamarine;
    font-size: 100vh;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.container{
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

.scrolling-text {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 100%;
}