html, body {
    height: 100%;
}
body {
    font-family: "Archivo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-bottom: 160px;
    background-color: #14205b;
    color: #fff;
}
.color-light {
    color: #fff !important;
}
.zip-input {
    max-width: 200px;
}
.card {
    border-radius: .75rem;
}
footer {
    background-color: #14205b;
}
.main-content {
    padding-top: 1.5rem !important;
    padding-bottom: 120px !important;
}
.title-with-logo {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.title-with-logo img {
    max-height: 4em;
    width: auto;
}
