.bg {
    background: transparent url(../imgs/bg-bottom.png)no-repeat center bottom;
    background-size: contain;
    text-align: center;
    width: 100%;
}
.inner {
    background: transparent url(../imgs/bg-top.png)no-repeat center top;
    background-size: contain;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.siteTitle {
    margin-bottom: 40px;
    padding-top: 60px;
}
.textArea {
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
}
.textArea * {
    margin-top: 30px;
}
.copyright {
    margin-top: 70px;
}