body{
    font-family: 'American Typewriter', 'Didot', serif;
    background-color: black;
    color: white;

}

h1{
    font-size: 150px;
    position: relative;
    text-align: center;
    

}

h2{
    font-size: 80px;
    position: relative;
    text-align: center;
    color: black;
}

h3{
    font-size: 100px;
    position: relative;
    text-align: center;
  

}

h4{
    font-size: 120px;
    position: relative;
    text-align: center;
    color: black;

}

h5{
    font-size: 140px;
    position: relative;
    text-align: center;

 

}


@media screen and (max-width:400px){
    h4{
        font-size: 50vw;
        position: center;
    }
}

