button{

cursor:pointer;

border:none;

background:#333;

color:white;

padding:10px;

border-radius:4px;

}



button:hover{

background:#555;

}



#toolbarButtons{

display:flex;

gap:10px;

align-items:center;

}