body {
  margin: 0px;
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;

  font-weight: 400;
  font-style: normal;
  background: #88ccff;
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}



.secret-sauce {
  font-size: 4rem;
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  color: #3834b78c
}

.secret-sauce a {
  color: #3834b78c
}

.secret-sauce a:hover {
  color: #3834b7;
}



h1 {
  font-family: "BBH Sans Hegarty", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}

main {
  display: flex;
  flex-direction: column;
  margin: 3rem auto;
  align-items: center;
  flex-grow: 1;
  min-height: 80vh;
}

main img {
  width: 4rem;
  height: 4rem;
}

main p {
  font-size: 1.5rem;
}

.button {
  margin: 1rem;
  padding: 1rem 2rem;
  color: #fff;
  background: #3834b7;
  text-decoration: none;
  white-space: pre;
  border-radius: 2rem;
}

.button:hover {

  background: #232170;
}

footer {
  padding: 2rem;
  background: #ffffff66;
}

ul {
  margin: 3rem 0 3rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

a.sauce {
  display: block;
  color: black;
  background: #c6e4fb;
  background-image: url('/secret.svg');
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 1.5rem 50%;
  padding: 1rem 2rem 1rem 4rem;
  text-decoration: none;
  border-radius: 2rem;
  font-size: 1.2rem;

}

.sauce:hover {
  background-color: #fff;
}

#profile {
  display: flex;
  text-align: left;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  margin: 1rem;
}

#profile img {

  border-radius: 50%;
}

#profile h4,
#profile h5 {
  margin: 0;
}

#content {
  margin: auto;
  padding: 0 1rem 5rem 1rem;
}


.vault-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}


.vault-title h1 {
  text-align: left;
  margin: 0;
}

.vault-title h3 {
  margin: 0;
  font-weight: 400;
  opacity: 0.85;
  white-space: pre;
}

#logo {
  cursor: pointer;
}