.page2{ 
    align-items: center;
    height: 700px;
    display: flex;
    flex-direction: row;
    background-color: white;
    justify-content: space-between;
    box-shadow: inset 0 -5px 5px -10px black;
}

.page2text{
    margin-left: 190px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: -290px;
    letter-spacing: 0.8;
    font-size: 48px;
    color: rgb(48, 48, 54);
    text-align: left;
    width: 600px;
}

.page2shorttext{
    text-align: left;
    line-height: normal;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 0.8;
    font-size: 22px;
    color: rgb(48, 48, 54);
    display: inline-block;
    height: 32px;
    margin-top: 10px;
}

.aboutus{
    height: 100%;
    width:auto;
}