@font-face {
  font-family: "Boska-Bold";
  src: url("Fonts/Boska-Bold.woff") format("woff");
  font-weight: 200 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Boska-BoldItalic";
  src: url("Fonts/Boska-BoldItalic.woff") format("woff");
  font-weight: 200 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Light";
  src: url("Fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-Bold";
  src: url("Fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("Fonts/Satoshi-BoldItalic.woff") format("woff");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("Fonts/Satoshi-MediumItalic.woff") format("woff");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}

:root {
  --rot: #901212;
  --gelb: #f2e89e;
  --schwarz: #000;
  --weiss: #fff;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}

body {
  margin: 0;
  height: 100%;
  line-height: 1.5;
  height: -webkit-fill-available;
}

html {
  margin: 0;
  height: 100%;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

h1 {
  font-size: 350px;
  line-height: 1;
  color: var(--rot);
  font-family: "Boska-Bold", serif;
  font-weight: bold;
  margin-top: 100px;
}

h2 {
  font-size: 150px;
  color: var(--rot);
  font-family: "Boska-Bold", serif;
  font-weight: bold;
  margin-bottom: 50px;
}

h3 {
  font-size: 36px;
  font-family: "Boska-Bold", serif;
}

h4 {
  font-size: 42px;
  font-family: "Satoshi-Bold";
}

h5 {
  font-size: 18px;
  font-family: "Satoshi-MediumItalic";
  margin-top: 0;
}

h6 {
  font-size: 36px;
  font-family: "Boska-Bold", serif;
}

p {
  font-size: 24px;
  color: var(--schwarz);
  font-family: "Satoshi-Light";
}

img {
  width: 100%;
  height: auto;
}

.header-one {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  margin: 0 auto;
  top: 30px;
}

.navbar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
}

.logo {
  justify-self: start;
  max-width: 70px;
}

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

.home img {
  max-width: 200px;
}

.home h3 {
  text-align: center;
  color: var(--rot);
}
