.mydimming {
    /* Color theme blue from ananke/trachyons: #357edd */
    background-color: rgba(100, 200, 200, 0.9);
}
.bg-24h26 {
    background-color: rgba(100, 200, 200, 0.9);
}

input.myinput {
    width: 564px;
}

/* Footer placement */
.bottom-0 {
    position: sticky;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
