html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Arimo', sans-serif; /* Default font for the body */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f7f0dd;
}

.centered {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    text-align: center;
    padding: 10px 0;
    background-color: #f7f0dd;
}

.footer-honk {
    font-family: 'Honk', system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px; /* Increased font size */
    font-variation-settings:
        "MORF" 0,
        "SHLN" 44.3;
}

.centered img {
    max-width: 100%;
    max-height: 100%;
}
