header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

header p {
  max-width: 300px;
  border-radius: 10px;
}

header h1 strong {
  font-weight: 600;
}

header h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 56px;
  text-align: left;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  margin: auto;
  background: #FFFFFF;
}

.logo img {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 22%;
  margin: 15px;
}

.screenshots {
  padding: 0 20px 40px;
}

.screenshot {
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 40px auto;
}

.screenshot img {
  min-width: 20em;
  -webkit-flex: 1 1 20em;
}

.screenshot-text {
  padding-left: 30px;
  padding-right: 30px;
  flex-grow: 1;
  flex-basis: 0;
}

.screenshot-image {
  flex-grow: 1;
  flex-basis: 0;
}

.download {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reviews {
  magin-bottom: 40px;
}

.review-text {
  text-align: center;
  margin: auto;
  padding: 20px;
  max-width: 500px;
}

.review-text small {
  color: #607d8b;
}

.download img {
  width: 250px;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.support {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.support p {
  max-width: 300px;
  background: #FBFBFB;
  padding: 40px;
  border-radius: 10px;
}

footer {
  text-align: center;
  padding-bottom: 30px;
}

footer .menu li a {
  text-decoration: none;
}

p {
  color: #000000;
  line-height: 1.5;
}

a {
  color: #3E9CEE;
}
