body,html {
    height: 100vh;
    margin: 0 50px;
    padding: 0;
}

#text {
    font-size: 72px;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
}