.mydimming {
    /* Color theme blue from ananke/trachyons: #357edd */
    /* background-color: rgba(221, 126, 53, 0.8);*/
    /* background-color: rgba(53, 126, 221, 0.8);*/
    /* background-color: rgba(50, 140, 120, 0.8);*/
    /* background-color: rgba(160, 40, 40, 0.7); */
    /* background-color: rgba(100, 50, 150, 0.8); */
    background-color: rgba(250, 200, 50, 0.5);
}

input.myinput {
    width: 564px;
}

/* Color for 2026 */
.bg-2026 {
    /*background-color: rgba(50, 140, 120, 0.8);*/
    /* background-color: rgba(160, 40, 40, 0.7); */
    /* background-color: rgba(100, 50, 150, 0.8); */
    /* background-color: rgb(100,180,40); */
    background-color: rgb(250, 200, 50);
}

.blue-2026 {
    color: #10427c;
}

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