body{
    background-color: #161616;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#text{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}