* {
  margin: 0;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100vh;
  padding: 2em;
  gap: 2em;
  display: flex;
  flex-direction: row;
}

button {
  border: 1px solid black;
}
button.active {
  border: 3px solid green;
}/*# sourceMappingURL=styles.css.map */