.sub-tintin {
  background-color: #FFFBF0;
  color: #1A1A1A;
  font-family: Arial, sans-serif;
}

.sub-tintin h1, 
.sub-tintin h2 {
  color: #003566;
  text-transform: uppercase;
  font-weight: 900;
  border-bottom: 2px solid #D62828;
  background: #FCBF49;
  padding: 8px;
}

.sub-tintin a {
  color: #D62828;
  font-weight: 700;
}

.sub-tintin .post {
  background: white;
  border: 2px solid #1A1A1A;
  padding: 12px;
  margin: 12px 0;
}

.sub-tintin button {
  background: #D62828;
  color: white;
  border: 2px solid #1A1A1A;
  padding: 8px 16px;
  font-weight: 700;
  text-transform: uppercase;
}