#wrapper {
    width: 96%;
    margin: 10px auto;
}

.home-title, .home-text {
    width: 100%;
    text-align: center;
}

.home-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 2.4;
}

.home-text {
    font-size: 24px;
    line-height: 1.8;
}