body,html{
    height: 100%;
}

.content{
    width: 1000px;
    margin: 0 auto;
}

.protocol_header {
    color: #af6f40;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.protocol_body {
    text-align: justify;
    margin:0 auto;
    line-height: 25px;
    padding: 0 40px;
}

footer {
    position: absolute;
    margin-bottom: 30px;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}