.circle-button {
  width: 15px;
  height: 15px;
  border-radius: 50%; /* Makes it a circle */
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}