@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

img,
picture {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  column-gap: 3rem;
  row-gap: 0.5rem;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.25rem;
}

.site-nav__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 61.5rem) {
  .site-nav__list {
    flex-wrap: nowrap;
  }
}
.site-nav__list li {
  white-space: nowrap;
}
.site-nav__list li:not(:last-child):after {
  display: inline-block;
  padding-inline: 1ch;
  content: "•";
}

main {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding-top: 7rem;
}

.content {
  display: flex;
  align-self: end;
  justify-content: space-between;
  width: 100%;
  column-gap: 3rem;
  flex-wrap: wrap;
  padding: 1.25rem;
}

.content > article {
  max-width: 28rem;
}

@media screen and (min-width: 61.5rem) {
  .align-right {
    text-align: right;
  }
}

.chrome-logo {
  width: 75rem;
  max-width: 100%;
}

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