@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: bold;
}

body {
    text-align: center;
    background-color: #1b1d1f;
    color: #c8c8cd;
    font-family: Roboto;
    font-size: 1.1em;
    padding: 16px;
}

a {
  color: #e6e6f0;
}

p {
    text-align: justify;
}

hr {
    width: 400px;
    max-width: 100%;
    border: none;
    height: 1px;
    background-color: #9fcbff;
    margin-top: 24px;
}

ul {
    display: inline-block;
    text-align: left;
    list-style: none;
    margin-bottom: 0px;
}

ul li::before {
    content: "\2022";
    color: #9fcbff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

h1 {
    color: #9fcbff;
}

h2 {
    color: #e6e6f0
}

.root {
    width: 800px;
    max-width: 100%;
    display: inline-block;
}

#instagram-link {
    width: 40px;
    margin-top: 16px;
}

#photo-example-container {
  width: 500px;
  max-width: 80%;
  margin: auto;
  margin-bottom: 8px;
  display: grid;
  grid-template-areas: "inner-div";
}

.photo-example {
    border-radius: 16px;
    max-width: 100%;
    grid-area: inner-div;
}

#stores-buttons {
    display: inline-block;
    margin-left: -16px;
    margin-bottom: 16px;
}

#stores-buttons>a {
    text-decoration: none;
}

#stores-buttons>a>img {
    vertical-align: middle;
    margin-bottom: 18px;
}

#app-features {
    text-align: center;
    margin-top: 16px;
    margin-bottom: -40px;
}

#terms-container {
    text-align: center;
}

#app-screenshots {
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: auto;
  margin-top: 28px;
  margin-bottom: 32px;
}

#app-screenshots img {
  flex: 0 0 auto;
  width: auto;
  height: 590px;
  max-width: 100%;
  margin-right: 10px;
  border-radius: 16px;
}