body {
    margin: 0;
    background: linear-gradient(
          180deg,
          rgb(71, 71, 71, 1) 0%,
          rgba(71, 71, 71, 1) 70%,
          rgba(71, 71, 71, 1) 100%
        );
    font-family: "Roboto", Arial;
    justify-content: center;

  }

  .header-image {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    background-attachment: fixed;
  }

  .Container {
    position: absolute;
    right: 32px;
    left: 32px;
    top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu-link {
    color: white;
    text-decoration: none;
    margin-left: 15px;
  }

  .menu-link:hover {
    text-decoration: underline;
  }

  
  .description-section {
    height: 500px;
    padding: 10px 150px;
    display: flex;
    gap: 50px;
    color: azure;
  }

  .half-width{
    width: 70%;
    color: azure;
    display: flex;
    align-items: center;

  }

  h2 {
    text-align:center;
    font-size: 45px;
    color: azure;
  }

  .Text1 {
    text-align: center;
    color: azure;
  }

  h3 {
    text-align: center;
    color: azure;
  }
  
  .Headline {
    position: absolute;
    top: 198px;
    right: 110px;
    color: azure;
    font-size: 30px;
    justify-items: flex-end;
  }

  .Headline2 {
    position: absolute;
    top: 200px;
    left: 50px;
    color: azure;
    justify-items: flex-end;
    font-size: 30px;
    justify-items: center;
  }

  .Text2 {
    text-align: left;
    color: azure;
    position: absolute;
    top: 260px;
    right: 300px;
    justify-items: flex-end;
    justify-items: left;     
  }

  .Logo2 {
    position: absolute;
    top: 1px;
    left: 220px;
  }

  

