@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
.UIFooterControl {
    color: #fff;
    font: 13px/18px roboto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    background: #327ed9;
}
.UIFooterControl .CopyRight {
    font: 13px/18px roboto;
    padding: 8px;

}
.UIFooterControl a {
    color: #fff;
}
.UIFooterControl .Design {
    text-align: right;
}
