body{
    background-color: black;
    color: #ffe4c4;
    font-size: 58px;
    text-align: center;
}

@media screen and (min-width : 360px ){
    h1{
        font-size: 30px;
    }

    p{
        font-size: 18px;
    }
}
 
    @media screen  and (min-width :  768px){
    h1{
        font-size: 44px;
    }

    p{
        font-size: 34px;
    }


 }


