.lgttl {
  padding:15px;
  margin: 10px;
  text-align:center;
  font-family: "Times New Roman", Times, serif;
}

/* logo */
.container {
	content:url(logo.png);
	margin: auto;
    width: 10%;
    padding: 10px;
}​

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.container {
    width: 100%;
  }
}	
	