What code can I add to this CSS to make the site title text larger? I just added the padding, and that works fine. I tried a few font-size css, but none work (yet). This is the code that I added to center the text, and now to shift it down a bit. I want it larger now.
.titles {
width: 99% !important;
left: 1% !important;
padding-top: 15px;
}
#navcontainer {overflow-y: scroll !important;}
::-webkit-scrollbar { width: 1px !important; background: transparent !important; }
<!--this code centers the site tile text-->

