body{
    margin: 0;
    background: #080807;
}
.container{
    h1{
        font-size: 70px;
        color: aliceblue;
        font-family:"Helvetica Neue", sans-serif;
    }


}
@media(min-width:1000px){
    .container{
        h1{font-size: 200px;
        display: flex;
        text-align: center;}
        transition: all 0.3s ease;
    }
}