@media screen and (max-width:720px){
    h1{
        font-size: 2rem;
    }
    .lead{
        font-size:1rem;
        padding-left: 5px;
        padding-right: 5px;
    }
    #copy{
        text-align: center;
    }
    
    #logo{
        text-align: center;
    }
    
}

@media screen and (min-width:721px) and (max-width:1199px){
    
    
    
}