div {
    width: 100%;
    background-color: hsl(157, 100%, 36%);
    border-top-right-radius: 100px 100px;
    border-bottom-left-radius: 100px 100px;
  }
  
  h1 {
    text-align: left;
    color: white;
    font-family: "Arial";
    font-weight: 700;
    padding-top: 80px;
    padding-left: 10%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  h2 {
    text-align: left;
    color: white;
    font-family: "Arial";
    font-weight: 700;
    padding-left: 10%;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  p {
    text-align: left;
    color: white;
    font-family: "Arial";
    padding-left: 10%;
    padding-right: 35%;
    font-size: 15px;
    font-weight: 100;
    margin-top: 0px;
  }
  
  .logo-div {
    text-align: right;
    color: transparent;
  }
  
  .logo {
    max-width: 30%;
  }