#head{
    /*position: relative;*/
}
#content{
    margin:0 auto;
    padding: 120px 0;
    overflow: hidden;
}
#content h1{
    font-size: 26px;
    text-align: center;
}
#content .container>div{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 20px 0 30px 0;
}
#content h2{
    font-weight: normal;
    font-size: 18px;
    float: left;
    margin: 0 20px;
}
#content h2 span{
    margin-left: 10px;
    font-size: 20px;
}
#content div.content{
    display: block;
}
#content p{
    line-height: 2;
    text-indent: 2em;
}
#content h3{
    margin: 0 auto;
    padding: 6px 0;
    color: #e90000;
    font-size: 16px;
    font-weight: normal;
}
#content h3 a{
    color: #000;
    text-decoration: none;
    font-weight: 300;
    margin-left: 15px;
    font-size: 14px;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
