h1.student-name {
  margin-top: 0;
  text-align: right;
}

.divider {
  border: 1px solid black;
  margin: 1rem 0;
}

.social-media-icons {
  display: flex;
  flex-direction: column;
}

.student-contact {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}