.storybook-button {
  cursor: pointer;
  border: 0;
  border-radius: 3em;
  font-family: Nunito Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.storybook-button--primary {
  color: #fff;
  background-color: #1ea7fd;
}

.storybook-button--secondary {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
}

.storybook-button--small {
  padding: 10px 16px;
  font-size: 12px;
}

.storybook-button--medium {
  padding: 11px 20px;
  font-size: 14px;
}

.storybook-button--large {
  padding: 12px 24px;
  font-size: 16px;
}

.wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-family: Nunito Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  display: flex;
}

svg {
  vertical-align: top;
  display: inline-block;
}

h1 {
  vertical-align: top;
  margin: 6px 0 6px 10px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}

button + button {
  margin-left: 10px;
}

.welcome {
  color: #333;
  margin-right: 10px;
  font-size: 14px;
}

/*# sourceMappingURL=main.css.map */
