article{
    margin-top:150px;
    padding-bottom:30vw;
    text-align:center;
}
article h1{
    font-size:2.5vw;
    margin-bottom:7vw;
    text-decoration:underline;
}
article h3{
    margin-top:3vw;
    font-size:1.8vw;
}
article p{
    text-align:center;
    font-size:1.5vw;
}

@media screen and (max-width:800px)
{
    aside{
        display:none;
    }
    article{
        margin-top:15vw;
        padding-bottom:40vh;
    }
    article h1{
        font-size:7vw;
    }
    article h3{
        font-size:4vw;
    }
    article p{
        text-align:center;
        font-size:4vw;
    }
}