html {
  font-family: sans-serif;
}

body {
  margin: 0;
}

button {
  font: inherit;
  background: #5102ac;
  border: 1px solid #5102ac;
  color: white;
  cursor: pointer;  
  width: 200px;
  height:50px;
}

button:focus {
  outline: none;
}

button:hover,
button:active {
  background: #832ee4;
  border-color: #832ee4;
}

control-center {
  border: 2px solid #ccc;
  margin: 5rem;
  padding: 2rem;
}