body {
    background:linear-gradient(white, 30%,black);
    height:100vh;
    font-family:Palatino, Literata, Times;
}

#p1{
    font-size:1rem;
    width:60%;
    line-height:120%;
}

#p2, #p3, #p4, #p5{
    font-size:1rem;
    width:60%;
    line-height:120%;
}



#container{
    position:fixed;
    bottom:50px;
    right:0;
    left:0;
    text-align:center;
    
}

#button{
    margin:auto;
}

#text{
    margin-left:40px;
    margin-top:50px;

}

@media only screen and (min-width:800px){
    #p1{
        font-size:1.2rem;
        width:40%;
        line-height:140%;
    }

    #p2, #p3, #p4, #p5{
        font-size:1.2rem;
        width:40%;
        line-height:140%;
    }
}