 body {
        font-family: "Open San", sans-serif;
        padding-left: 64px;
        padding-right: 64px;
      }
      h1 {
        margin-top: 200px;
        color: #525252;
      }
      p {
        color: #8a8a83;
      }
      .umbau {
        color: red;
        font-size: 25px;
      }
      .wave {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        height: 200px;
        width: 100%;
        object-fit: cover;
      }
      a {
        color: black;
        text-decoration: none;
        margin-right: 16px;
        font-weight: bold;
      }
      a:hover {
        text-decoration: none;
        color: orange;
      }
      .nav {
        margin-top: 16px;
      }

      .social-icons {
        position: absolute;
        right: 64px;
        top: 16px;
      }
      .social-icon {
        height: 24px;
      }
      .social-icon:hover {
        scale: 124%;
      }
      .main-image {
        width: 100%;
      }
      .logo {
        position: absolute;
        height: 24px;
        top: 16px;
        left: 16px;
      }
      .contactbtn {
        color: white;
        background-color: rgb(40, 127, 209);
        padding: 8px 50px;
        display: inline-block;
        border-radius: 8px;
        margin-top: 16px;
        margin-bottom: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
      .contactbtn:hover {
        text-decoration: none;
        background-color: rgb(110, 148, 186);
      }
      .button-icon {
        height: 16px;
        margin-right: 4px;
      }
      
      .wave_bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
      }
      .footer {
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #0099ff;
        height: 20px;
        color: white;
      }
      @media (min-width: 850px) {
        .desktop-left-right {
          display: flex;
        .main-image {
          width: 50%;
          margin-top: 200px;
        }
      }
    
    }
      
     
