  ﻿/* Add styles to the board titles */
h1.board__title {
  
text-align: center; 
vertical-align: middle; 
background-color: #605270; 
height: auto; 
width: 100%; 
color: #ffffff; 
font-size: 1.5em; 
line-height: normal; 
clear: both;
  
}
  
  



