HTML
<select name="andamento" class="caixa-tabela">
<option value="" disabled selected>Status</option>
<option>Parado</option>
<option>Aguardando</option>
<option>Trabalhando</option>
<option>Concluido</option>
</select>
CSS
caixa-tabela{
width: 200%;
border-radius: .7em;
border: rgb(18, 133, 148); solid 1px;
text-align: center;
font-family: "stika";
font-size: 15pt;
margin-bottom: 2%;
background-color: blanchedalmond;
}