input[type="file"] {
    display: none;
}


/* Style the custom button */
.main-button {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #0056b3; /* red background */
    color: white;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
}

.custom-file-upload:hover {
    background-color: #004085; /* darker red on hover */
}

.upload-file {
    text-align: center;
    margin-top: 8%;
    margin-bottom: 8%;
}