.content {
  max-width: 1000px;
  margin-top: 20px;
}

.profile-container {
  width: 30%;
  max-width: 300px;
  color: #657786;
}

body {
  background-color: #f8f9fa;
}

.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.btn-tweet {
  border-radius: 30px;
  font-size: 14px;
}

.b {
  border: 1px solid red;
}

.b1 {
  border: 1px solid green;
}

.tweet-element {
  border-radius: 0;
  border: 0px;
  font-size: 14px;
  border-top: 1px solid #ddd;
}

.tweet-element:first-child {
  border-top: 0px;
}

.img-fluid {
  max-height: 100px;
}
