@media only screen and (min-width: 0px) and (max-width: 900px) {

    .title {
        font-size: 12vw;
    }

    .subtitle {
        font-size: 5vw;
    }

}