
.torrent-security-checker {
    font-family: Arial, sans-serif;
    margin: 20px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.torrent-security-checker h2 {
    color: #333;
}

.torrent-security-checker input[type="file"] {
    margin: 10px 0;
}

.torrent-security-checker input[type="submit"] {
    background-color: #28a745;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
}

.torrent-security-checker input[type="submit"]:hover {
    background-color: #218838;
}
