body {
  background-color: #f8f9fa;
  margin: 0;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.gradient-div {
  /* height: 300px; Adjust the height as needed */
  /* background: linear-gradient(to top, lightblue, white); */
  background: linear-gradient(to top, lightblue, #f8f9fa);
  /* padding-bottom: 10px; */
  padding: 30px 0;
  margin-bottom: 20px;
}

.app-icon {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  /* margin-top: 30px; */
  /* box-shadow: 0px 0px 2px 1px grey; */
  box-shadow: 0px 2px 20px 1px lightgrey;
}

.app-icon-small {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  box-shadow: 0px 2px 20px 1px lightgrey;
}

.bluesky-logo {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: block;
}

.title {
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;;
  margin-top: 10px;
  margin-bottom: 0;
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  /* font-family:  sans-serif; */
}

.subtitle {
  text-align: center;
  font-size: 1.0rem;
  /* margin-top: 0; */
  /* margin-bottom: 20px; */
  /* font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}

.coming-soon {
  text-align: center;
  font-size: 1.3rem;
  font-style: italic;
  /* font-weight: 500; */
  margin-top: 20px;
  margin-bottom: 20px;
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}


.box {
  margin: 0 auto;
  width: 80%;
  max-width: 600px;
  padding: 20px;
  border-radius: 15px;
  background-color: #f8f9fa;
  background-color: white;
  box-shadow: 0px 2px 20px 1px lightgrey;
}
.box-title {
  /* font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  font-weight: bold;
  font-size: 1.2rem;
}

/* .box p {
   font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} */


/* Privacy and Terms */

.header {
  margin-top: 10px;
}
.policy {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 640px;
}

.policy h1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
}

.policy .last-updated {
  margin-top: -5px;
  color: gray;
  font-size: smaller;
  text-align: center;
}
.policy .date {
  font-family: monospace;
  font-size: larger;
  font-weight: 600;
}

.footer {
  font-size: 14px;
  margin-top: 100px;
  margin-bottom: 20px;
  /* width: 250px; */
  display: flex;
  justify-content: center;
}
.footer a {
  text-decoration: none;
}
.footer-link-divider {
  margin: 0 5px;
  color: grey;
}

.bluesky {
  font-size: 14px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.bluesky a {
  color: #1285FE;
  display: flex;
  align-items: center;
}

/* Accessible policy and support links on the public holding page. */
.footer { flex-wrap: wrap; gap: 0 1.2rem; padding: 0 1rem; }
.footer a { display: inline-flex; align-items: center; min-height: 44px; color: #264966; text-decoration: underline; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid #4b4492; outline-offset: 4px; }
