.title_block {
    background-image: url("images/banner.jpg");
    padding: 40px;
}

.footer_block {
    background-image: url("images/banner.jpg");
    padding: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: white;
}

.spacer_box {
    width: 500%;
    height: 60px;
}

body {
    background-color: rgb(194, 188, 194);
    font-family: 'Sedan SC', cursive;

}