body {
  background-color: hsl(47, 88%, 63%);
}

.names {
  background-color: hsl(0, 0%, 100%);
  border-radius: 20px;
  padding: 20px;
  max-width: 332px;
  padding-right: 23px;
  box-shadow: 10px 10px 0px hsl(0, 0%, 7%);
  margin: 0 auto;
  margin-top: 80px;

  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

img {
  border-radius: 10px;
}

.code {
  background-color: hsl(47, 88%, 63%);
  border: 0px;
  height: 30px;
  max-width: 90px;
  border-radius: 4px;
  margin-top: 20px;
  padding-top: 5px;
  padding-left: 15px;
}

.keys {
  display: flex;
  flex-direction: row;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.start-up {
  padding-top: 10px;
  margin-right: 15px;
  height: 40px;
}

.attribution {
  padding-top: 20px;
}

h2 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

#wrap {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: lighter;
  font-style: normal;
}

.pluto {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 2px;
}
