.home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;

  img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
  }

  h3 {
    margin-top: 0px;
    text-align: center;

    p {
      margin-bottom: 0.5em;
      font-weight: bold;
      margin-top: 2em;
    }
    p:nth-of-type(2) {
      margin-top: 0;
      font-weight: 300;
    }
  }

  .links {
    display: flex;
    gap: 2em;
    align-items: center;
  }
}

.repo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
