.footer-bottom {
    background-color: #426e17;
    text-align: center;
    padding: 20px;
    color: white;
}

#header {
    background-color: #426e17 !important;
}

footer {
    display: block;
}

#home, #login {
    height: 100vh;
}

.test {
    background-image: url('/static/images/logo.jpg');
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 70px; /* You must set a specified height */
    width: 70px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    top: 10px;
    margin-top: 10%;
}



.row img {
    margin-left: auto;
    margin-right: auto;
}

