@media only screen and (max-width : 800px) {
    .title {
        font-size: 25px;
    }
    .subtitle { 
        font-size: 15px;
    }
    footer {
        position: relative;
    }
}