body{
    width:100vw;
    height:100vh;
    font-family: Lora;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
#title{
    font-size: 25px;
}
#poeme{
    margin-top: -100px;
    width:100vw;
    /* margin-left:-150vw; */
    height:70%;
    text-align: center;
    /* margin-left: 80px; */
}
.space{
    width: 30px;
    height: 40px;
}
.small-space{
    width: 30px;
    height: 10px;
}
#btn{
    margin-top: 45px;
    cursor:pointer;
    background-color: white;
}
.footer{
    width:100%;
    height:70px;
    background-color: white;
    display: block;
}
.s-container{
    width:100%;
    height:30px;
    margin-left:-8px;
    /* background-color: red; */
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    font-family: Lora;
    transform: translate3d(0, 0, 0);
}
.l> .text-container{
    /* animation: moveSlideshowLeft 12s linear infinite; */
    justify-content: left;
    align-content: left;
}
.r> .text-container{
    /* animation: moveSlideshowRight 12s linear infinite; */
    justify-content: right;
    align-content: right;
}

@keyframes moveSlideshowLeft {
    100% { 
      transform: translateX(-30.6666%);  
    }
  }
/* @keyframes moveSlideshowRight {
    100% { 
        transform: translateX(30.6666%);  
    }
} */