.social-media-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.social-media-icon {
  opacity: 0.6;
}

.social-media-icon img {
  border-radius: 3px;
}

.social-media-icon:hover {
  opacity: 0.8;
}

.university-chooser-header {
  width: 100%;
  cursor: pointer;
  padding: 6px 12px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
