﻿demo-container,
#page {
    height: 100%;
    min-height: 300px;
}



    #page .content {
        text-align: center;
    }

    #page .footer {
        background-color: #0e2b63;
        height:60px;
    }

    #page .right-side-bar {
        background-color: rgba(119, 199, 231, 0.8);
    }


.item {
    height: 100%;
}

#page p {
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}


.dx-button {
    background-color: #0e2b63;
    align-self:center;
    
    
}



.rect {
    text-align: center;
    font-size: 30px;
    height: 100%;
}

