#second-page {
    height:max-content;
    background-color: #FFFFFF;
    padding-bottom: 50px;
}

#texts {
    margin: 0 50px 0 50px;
    height:100%;
    align-items: center;
}

#text1 {
    padding-top: 50px;
}

#text2 {
    padding-top: 20px;
}

#text1 p, #text2 p {
    font-size:2em;
}