---

---

<div>
  <p>
    I'm a 24 year old software developer from Germany. Even if my roots are with Electrical Engineering,
    I am currently pursuing a Masters Degree in Computer Science after starting to code more during my studies.
    I am mostly programming in Python, but I'm also confident in writing Javascript.
  </p>
  <p>
    I enjoy biking and hiking, as well as visiting different anime conventions.
    I am a huge fan of the Fate franchise, specifically Fate/Grand Order, which I am playing since the end of 2019.
    I also enjoy other games, mainly Honkai: Star Rail and theHunter: Call of the Wild.
  </p>
</div>

<style>
  div {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
    max-width: min(87.5%, 360px);
    background-color: var(--c-primary-background);
    color: var(--c-primary-text);
    border-radius: 1rem;
    padding: 1rem 1rem;
    margin-top: -0.75rem;
    text-align: left;
  }

  div > p:first-of-type {
    margin-top: 0px;
  }

  div > p:last-of-type {
    margin-bottom: 0px;
  }

  @media (min-width: 512px) {
    div {
      max-width: 75%;
      text-align: justify;
    }
  }

  @media (min-width: 1000px) {
    div {
      max-width: 65%;
    }
  }
</style>