.header {
    background-color: #2f2f2f;
    color: #fff;
    text-align: center;
    height: 200px;
    /*display: block;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.center-right-panels {
    height: 450px;
}

.content {
    background-color: #FEB139;
    /*height: 450px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.right-panel {
    background-color: #00B4D8;
    /*height: 450px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.footer {
    background-color: royalblue;
    text-align: center;
    height: 100px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}