国境を変更しようとしselect optionていますが、それができません。何度も試しましたが、適切な解決策が見つかりません。スクリーンショットを添付しました。

<head>
<style>
select option {
background:transparent;
border:0;
}
</style>
</head>
<body>
<select>
<option>hello</option>
<option>hello</option>
<option>hello</option>
<option>hello</option>
<option>hello</option>
</select>
</body>