﻿div.titleText {
    font-size: 1.2rem;
}

@media (min-width: 1280px) {
    div.titleText {
        font-size: 2.5rem;
    }
}