.circle {
  border: 25px solid grey;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
}

.controls button {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
