.container_banner{
    background-image: url("../images/tootlep.jpg");
    height: 100%;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    margin-top: -15px;
}

#logo-container{
    margin-top: 6px;
}

.logo_color{
    background-color: #3780a7;
}

.page-footer{
    background-color: #060d13;
}