body {
  background-color: #222222;
  color: #b1b1b1;
  display: flex;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .12px;
  word-spacing: .16px;
}

div.root {
  margin: 5rem 5rem 5rem 5rem;
  max-width: 1000px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 950px) {
  div.root {
    margin: 2rem 2rem 2rem 2rem;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
  }
}

@media not (max-width: 950px) {
  div.root {
    margin: 5rem 5rem 5rem 5rem;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
  }
}

div.left--pane {
  margin: 0rem 1rem 0rem 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

div.socials {
  text-align: center;
}

div.socials--icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

a {
    color: inherit;
}

h3.fullname {
  margin: 1rem 0 1rem 0;
}

h4 {
  margin: .25rem 0rem .25rem 0rem;
  text-decoration: underline;
}

div.right--pane {
  margin: 0rem 1rem 0rem 1rem;
}

i {
  font-size: 24px;
  margin: 0px 5px 0px 5px;
}

img.profile {
  width: 240px;
}

p.content--end {
  text-align: center;
}
