body {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "bauhaus-font";
  src: url("../fonts/TazWt05-Regular.woff") format('woff');
}

@font-face {
  font-family: "bauhaus-font-bold";
  src: url("../fonts/TazWt07-Bold.woff") format('woff');
}

@font-face {
  font-family: "bauhaus-font-black";
  src: url("../fonts/TazWt07-Black.woff") format('woff');
}

p {
  font-family: bauhaus-font;
  font-size: 20px;
}

.container-1 {
  width: 303px;
}

.container-2 {
  width: 193px;
}

.container-1 img {
  width: 100%;
}

.container-2 img {
  width: 100%;
}

.sticky-header {
  background-color: #EE1F26;
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  height: 112px;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0px 80px 0px 80px;
}

.sticky-footer {
  background-color: #EE1F26;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 80px 0px 80px;
}

.main-text {
  color: black;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.text-design {
  font-size: 60px;
  font-family: bauhaus-font-bold;
  font-weight: 450;
  line-height: 66px;
  margin: 0px 0px 0px 0px;
}

.p-text-design {
  font-size: 15px;
  font-family: verdana;
}

.table-frame {
  display: flex;
  gap: 71px;
  margin-top: 50px;
}

.table-header-1 {
  flex-grow: 1;
}

.table-header-2 {
  flex-grow: 1;
}

.table-header-rows {

  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  font-family: bauhaus-font;
  font-weight: 425;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #326BD4;
  /* Replace the color code with your desired color */
}

.main-content-image {
  margin: 80px;
  display: flex;
  justify-content: space-between;

}

.main-image {
  flex-grow: 1;
}

.main-content {
  flex-grow: 1;
}

.main-image img {
  width: 519px;
  height: auto
}

.test {
  display: flex;
  justify-content: right;
}

.test img {
  width: 100%;
  height: 500px;
}

.text-level-2 {
  font-size: 18px;
  font-family: bauhaus-font;
  font-weight: 400px;
  line-height: 24px;
  margin: 25px 0px 0px 0px;
}

.text-level-3 {
  font-size: 14px;
  font-family: bauhaus-font;
  font-weight: 400px;
  line-height: 19px;
  margin: 0px 0px 24px 0px;
}

.white-link-text {
  color: white;
  font-family: bauhaus-font;
  font-weight: 450;
  font-size: 16px;
  line-height: 21.6px;
  text-decoration: none;
  margin-left: 16px;
}

.table-header-text {
  font-family: bauhaus-font-bold;
  font-weight: 450;
  line-height: 22px;
  font-size: 20px;
  margin: 0px 0px 24px 0px;
}

.medium-bold-bodytext {
  font-family: bauhaus-font-bold;
  font-weight: 450;
  font-size: 20px;
  line-height: 21.6px;
  margin: 0px 0px 24px 0px;
}

.large-bold-bodytext {
  font-family: bauhaus-font-bold;
  font-weight: 450;
  font-size: 32px;
  line-height: 35px;
  margin: 0px 0px 24px 0px;
}

.bodytext {
  font-family: bauhaus-font;
  font-weight: 425;
  font-size: 16px;
  line-height: 21.6px;
  margin: 0px 0px 24px 0px;
}
