.h3-title-gradient {
    background: -webkit-linear-gradient(0deg, #2c4a99 0%, #3287b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer {
    background: var(--mud-palette-primary); 
    color: #ffffff;
    padding: 0;
}
.footer a:hover{
    opacity: 0.8;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}