.centerdiv {
    margin: auto;
    padding-top: 20px;
    background-color: #3392D3;
    max-width: 800px;
  }
  
  .screenshots {
    display: flex;
    justify-content: center;
  }
  
  .screenshots > img {
    margin-bottom: 10px;
    width: 300px;
  }
  
  h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22pt;
    color: #002C7D;
  }
  
  .text {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    line-height: 20pt;
    color: white;
  }
  
  p {
    text-align: justify;
    margin-bottom: 10px;
  }
  h1 {
    color: white;
    font-weight: bold;
  }
  
  .downloadapp {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  .downloadapp img {
    width: 250px;
  }

  .footer {
    margin-top: 10px;
  }
  .footer, .footer a, .footer a:visited, .footer a:hover, .footer a:active {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #BEBEBE;
    text-decoration: none;
  }
