body {
  font-family: 'Arial', sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  color: #999;
}


table {
  table-layout: fixed;
}

td {
  width: 300px;
  padding-right: 10px;
  padding-left: 10px
}

.thumbnail {
  width:250px;
  height:300px;
}

.content {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.title {
  margin-bottom: 20px;
}


