*{
    margin:0;
    padding:0;
}
.wrap{
    position: absolute;
    top:0;
    left:0;
    background: #fff;
    width:100%;
    min-height: 100%;

    padding:40px;
}
.title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content{
    white-space: pre-line;
    line-height: 24px;
}
h3{
    margin-top: 15px;
}
p{
    margin-bottom: 15px;
}