img[src$="#header-pic"] {
  border-radius: 0.25em;
  box-shadow: 0 0 1px #777;
  max-width: 33%;
}

hgroup h1 {
  margin-bottom: 0.25em;
}

.text-center { text-align: center; }
.my-2 { margin: 2em 0; }
.rounded { border-radius: 0.25em; }

.rounded-button {
  color: var(--pico-primary-inverse);
  background-color: var(--pico-primary-background);
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 1em;
  font-weight: bold;
}

.calendly {
  color: white;
  background-color: #006bff;
}

.etsy {
  color: white;
  background-color: #F16521;
}

.spotify {
  color: white;
  background-color: #1DB954;
}

.youtube {
  color: white;
  background-color: #FF0000;
}

.apple {
  color: white;
  background-color: #006bff;
}

.google {
  color: white;
  background-color: #34A853;
}
