* {
    margin: 0;
    padding: 0;
    outline: none;
}

.page {
    width: 880px;
    height: 922px;
    margin: 5px auto 0;
    position: relative;
    border: 1px solid #CCC;
    background-image: -webkit-linear-gradient(right, #fff 97%, #cacaca 100%);
}

.page h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #EB5757;
    position: absolute;
    letter-spacing: 0.02em;
    top: 16px;
    left: 120px;
    font-family: Arial;
}

.table-contents {
    font-size: 16px;
    padding: 50px 40px 0px 120px;
    background: url(../images/pattern.png) no-repeat left 30px center;
    height: 100%;
    box-sizing: border-box;
}

.text p {
    line-height: 30px;
    font-size: 18px;
    text-align: justify;
    text-decoration: underline;
    font-family: Arial;
    margin: 18px 0;
}

.btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 250px;
    height: 60px;
    background: #57b757;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-family: Arial;
    font-weight: 600;
}
