body{
    display: flex;
    flex-direction: column;
}

#regulations {
    width: 100%;
    padding-top: 7em;
}

#regulations__title{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 40px;
}

#regulations__content{
    line-height: 60px;
    padding: 20px 40px 20px 40px;
}

#declaration__content{
    padding: 20px 40px 20px 40px;
    line-height: 1.45em;
    font-size: 16px;
}

.regulations__link{
    display: flex;
}

.regulations__link a{
    text-decoration: none;
    color: #3949ab;
}

.regulations__link a:hover{
    color: #5166ec;    
}

.regulations__link i {
    border: solid #3949ab;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 14px;
    height: 14px;
    margin-right: 15px;
}

footer{
    flex: 1;
    flex-direction: column;
    display: flex;
}

footer #separate_div{
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
}