html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body {
  padding: 0 40px;
  margin: 0;
  font-family: "Helvetica";
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #1a7a9e;
  color: white;
  background-image: url(img/treasure-plotter-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 50px;
}

ul {
 list-style: none;
}

a {
 text-decoration: none;
 color: white;
}

.header {
 display: flex;
 justify-content: center;
 align-items: baseline;
 margin-top: 20px;
}

.header li {
 padding-left: 100px;
 font-size: 24px;
 text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

#logo {
  font-size: 28px;
  padding-left: 0;
  font-family: "Pacifico", sans-serif;
}

.container {
  display: flex;
  align-items: center;
  margin-top: 100px;
  flex-direction: column;
}

.stores-logos {
  display: flex;
  align-items: center;
  margin-top: 40px;
  flex-direction: column;
}

.stores-logos img {
  width: 250px;
  margin-bottom: 10px;
}

.privacy-container {
  background: rgba(10, 45, 62, 0.82);
  padding: 40px 48px;
  border-radius: 16px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.privacy-title,
.privacy-subtitle,
.subtitle,
.description {
  max-width: 720px;
}
