body{
    margin:0;
    padding:0;
    background-color:#efeeee;
    gap:35px;
    color: #707070;
}
.right_text{
    text-align: right;
    padding-right: 10%;
}
div.top{
    height: 24px;
}
.content{
    margin:auto;
    width: 75%;
    height: 85vh;
}
p.title{
    font-size: 32px;
    font-weight: 700;
    color: #707070;
    text-align: center;
    padding-top: 20px;
}
p.center{
    text-align: center;
    padding: 0px 0px 20px 20px;
}
div.footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    border-top: 0px solid #708090;
    background-color: #f9f7f7;
}
.text-top50{
    height: 150px;
    line-height: 150px;
    color: #708090;
}
.b{
    font-weight: bold;
}