:root {
  --main-color: #3498db;
}
button {
  background-color: var(--main-color);
  color: white;
}