*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: gilroy;
    color: #fff;
}

html,body{
    height: 100%;
    width: 100%;
}
body{
    background-color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1{
    font-size: 100px;
    overflow: hidden;
}
h1 span{
   display: inline-block;

}
