html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color:#dfe9f4;
    font-family: serif;
}

.section {
    position:relative;
    height:100%;
    text-align:center;
}

.wrapper {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
}

.title {
    letter-spacing: .3rem;
    font-weight: bold;
    line-height: 1.2;
    font-size: 3em;
}

.text {
    display: inline-block;
    margin: 0;
    font-size: 1.1rem;
    font-weight: normal;
    letter-spacing: .1rem;
    line-height: 2;
}