
.profile-section {
  max-width: 400px;
}

.avatar{
  background-color: #ccc;
  width: 40px;
  height: 40px;
}

.avatar.large {
  width: 64px;
  height: 64px;   
}

.follows {
  max-width: 280px;
}

.login-card {
  max-width: 400px;
  width: 100%;
  margin: 3rem auto;
  padding: 1.5rem;
}

.errorbox.hidden {
  display: none;
}

#followsCollapse .card-body {
  max-height: 200px;
  overflow-y: auto;
}

#followsContainer .position-relative {
  max-width: 280px;
  width: 100%;
}

a{
  text-decoration: none;
}

#formcard{
  min-width: 400px; 
  max-width: 400px; 
}

textarea {
  resize: none;
}