h1 {
    padding: 25px 0 25px 0;
}

.card {
    background-color: white;
    border-color: #324F40 !important;
    align-content: center;
}

.card-header {
    background-color: #324F40;
}

.btn {
    color: white;
}

.btn:hover {
    color: white;
}

.navbar-brand>img {
    width: 30%;
    height: auto;
    background: white;
    border-radius: 0px;
}

@media only screen and (max-width: 480px) {

    h1 {
        font-size: 20px !important;
        font-style: bold;
    }

}

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}