
.header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}

.display {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.posts {
  flex: 4;
  padding: 20px;
  font-family: 'Comic Sans', auto;
}

article {
    border-bottom-width: 2px;
    border-color: #250; 
    border-bottom-style: dashed;
}

article > p > time {
  font-weight: bold;
  font-style: italic;
}

.sidebar {
  flex: 1;
  margin-right: 20px;
}

.hangman {

}

.chain
