@import url('reset.css');
@import url('fonts.css');

:root {
  --white: #F8F8F1;
  --black: #0A0907;
  --green: #04A102;
  --orange: #FC6300;
  --yellow: #F3B305;
  --red: #F70A0C;
  --blue: #0588D5;
  --font: "Courier New", monospace;
}


body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  background-color: var(--white);
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 0;
  margin-bottom: 10px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  width: 60vw;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 15vh;
}

h2 {
  font-family: var(--font);
  color: var(--black);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h1 {
  font-family: var(--font);
  color: var(--black);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-bottom: 25vh;
}

p {
  font-family: var(--font);
  color: var(--black);
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 725px;
}

.website-name {
  justify-self: start;
  margin-left: 150px;
}

header a {
  text-decoration: none;
  color: inherit;
}

#navigation-links {
  justify-self: end;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.header-nummer {
  display: flex;
  align-items: center;   /* centers text vertically */
  font-family: var(--font);
  font-size: 15px;
  padding: 0 10px;      /* gives it some breathing room */
  margin-right: 20px;
}

.eingerueckt, .fliesstext {
  margin-bottom: 20vh;
}

#introduction {
  margin-bottom: 30vh;
}

.eingerueckt {
  margin-left: 40px;
}

button {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 50px;
  background-color: transparent;
  border: 2px solid;
  border-color: var(--black);
  font-family: var(--font);
  font-size: 16px;
  overflow: hidden;
  position: relative;
}

#button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-bottom: 20vh;
}

.button-text {
  display: block;
}

.nav-button {
  font-size: 12px;
  padding: 8px 16px;
}

#JanPortrait {
  position: absolute;
  width: 317.924px;
  height: 432.285px;
  transform: rotate(8.442deg);
  top: 20vh;
  right: 10vw;
}

#JanPortrait img {
  width: 100%;
  height: 100%;
  object-fit: auto;
}

.split {
  will-change: transform;
}

.split * {
  will-change: transform;
}

.line {
  overflow: hidden;
}