@import url('../block/cta_block.css');
@import url('../block/hello_block.css');
@import url('../block/history_block.css');
@import url('../block/other_block.css');
/* Custom styles for the home page */

.container {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
}


.container_full_width {
    width: 100%;
    margin: 0;
    padding: 0;
}







