<div class="wraper"> <button>Start</button> </div>
.wraper{ } button{ width: 100px; appearance: none; color: red; outline: 0; border: none; background: blue; }