body, button {
  font-family: 'Karla', sans-serif;
}

span {
  font-family: 'Roboto Mono', monospace;
}

th, td {
  margin-right: 20px;
}

.container {
  width: 60%;
  display: block;
  margin: 70px auto;
}

.button {
  border: none;
  border-radius: 7px;
  color: #fff;
  background: #3385ff;
  padding: 10px;
}

.result {
  font-size: 50px;
}

.tweet {
  width: 480px;
  display: block;
  margin: 0 auto 25px auto;
  padding: 20px;
  border-radius: 12px;
  background:#E6E7E8;
  box-shadow: 0px 2px 0px #D1D3D4;
}

.tweet > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.tweet img {
  border-radius: 12px;
}
