/* styles.css */ body{ background-image: url('./image/imgage.jpg'); background-size: cover; background-repeat: no-repeat; background-position: center; } .container { width: 50%; margin: 0 auto; padding: 20px; text-align: center; } h1 { font-family: Arial, sans-serif; color: #333; } input[type="file"] { display: none; } .file-label { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold; } .detect-button { margin-top: 20px; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; border: none; cursor: pointer; font-weight: bold; } .detect-button:hover { background-color: #218838; }