header {
    display: flex;
}

header > input {
   flex-grow: 1;
}

#container {
    display: flex;
    flex-wrap: wrap;
}

.fb-container {
    margin: 20px;
    width: 15em;
    display: flex;
    flex-direction: column;
}

p {
    word-wrap: anywhere;
    text-align: center;
}

.actions {
    background-color: rgba(128, 128, 128, 0.5);
    display: flex;
    justify-content: space-evenly;
}

img {
    height: 24px;
    vertical-align: middle;
}

html, body, input, textarea, select, button, dialog {
  background-color: #181a1b;
}

html, body, input, textarea, select, button {
  border-color: #736b5e;
  color: #e8e6e3;
}
