nav .sitename {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--default-font);
}

.my-logo-container {
  position: relative;
  width: 100px;
}

.my-logo-container img {
  width: 100px;
  height: auto;
  max-height: none !important;
  position: absolute;
  top: -21px;
  left: 10px;
}

.my-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.my-hero-social a {
  font-size: 2em;
}

.my-build-error-to-display-with-js {
  display: none;
}
