.green-background {
  background-color: #15803D !important;
  border-color: #15803D !important;
}

.modal-footer {
    justify-content: center;
}

.modal-header {
    padding: 2rem 1rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
}

html, body {
    height: 100%;
    margin: 0;
}

footer {
    font-size: 14px;
}

@media (max-width: 768px) {
    footer {
        font-size: 12px;
    }
}

html {
  scroll-behavior: smooth;
}
