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

html,body{
    height: 100%;
    width: 100%;
}
body{
    background-color: #111;
    margin-top: 50px;
    overflow: hidden;
}

h1{
    text-align: center;
    position: relative;

}