@import url('https://fonts.googleapis.com/css2?family=Suwannaphum&amp;display=swap');
body{
font-family: 'Suwannaphum', serif;
}
.entry-title.post-title{
display: none;
}

.content-outer.container row{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
