.header_div{
    height: 50px;
    background: #5B83C6;
    text-align: center;
    position: fixed;
    line-height: 50px;
    width: 100%;
    top: 0;
    left: 0;
}
.header_div img{
    width: 150px
}


.footer_div{
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer_div a{
    color: white;
}

.title_div{
    /* font-size: ; */
    margin-bottom: 20px;
    text-align: left;
}