body, html {
  margin: 0;
  padding: 0;
  height: 100%; 
  background-color: #BBDED6;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100vh;
  box-sizing: border-box;
  padding: 80px;
}

div {
  display: flex;
  flex: 1 1 0;
  min-height: 0;
  overflow: hidden;
  flex-direction: column;
}

.composite {
  display: flex;
  flex-direction: row;
  background: none;
}

.sub {
  flex: 1;
  display: flex;
}

p {
    font-family: "Public Sans", sans-serif;
    color: rgba(17, 17, 17, 1.00);
    font-weight: 400;
    text-align: left;
    letter-spacing: -2%;
    font-size: 32px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 110%;
}

h1 {
    font-family: "Public Sans", sans-serif;
    color: rgba(17, 17, 17, 1.00);
    font-weight: 900;
    text-align: left;
    letter-spacing: -2%;
    font-size: 96px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 110%;
}

.desc {
    font-size: 16px;
    font-weight: 500;
}