.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(100,180,40, 0.3);
}

input.myinput {
    width: 564px;
}

/* Color for 2025 */
.bg-2025 {
    /*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);
}

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