<div>
<button class="theme"><br></button>
</div>
.theme{
border: none;
width: 350px;
height: 350px;
background-color: yellow;
border-radius: 1000px;
transition-duration: 1s;
}
.theme:hover{
background-color: black;
}