the theme has a flex box section under the header section. here is what is there right now:
* Use Flexbox to vertical center the site title and description
*/
.flexbox #branding hgroup {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.flexbox #site-title {
float: none;
margin: auto auto auto 40px;
}
.flexbox #site-description {
float: none;
margin: auto 40px auto auto;