body{
    overflow: hidden;
    background-color: white;
}
#text{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}