body {
    font-family: sans-serif;
    font-weight: 100;
    display: flex; 
    flex-direction: column; 
    align-items: center;
    /* background-color: #c0c0c0; */
    background-color: #b0b0b0;
    margin: 30px;
  }

  #babana_app {
      cursor: pointer;
  }

  .titleBlock {
      /* background-color: #b0b0b0; */
      width: 100%
  }

  .title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    padding-left: 5px;
    padding-bottom: 5px;
  }
  
  .subtitle {
    font-size: 1.4rem;
    text-align: center;
    padding-left: 5px;
  }

  .footerBlock {
    width: 100%;
    font-size: 1.0rem;
    display: flex;
    flex-direction: column;
    justify-items: space-between;
    align-items: center;
    padding: 5px;
  }

  .app {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 40px 20px;
  }

  .appTitle {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    padding: 10px;
  }
 
  .appSubtitle {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 25px 5px 5px 5px;
  }
  
  .appDescription {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    font-weight: 100;
    text-align: justify;
    margin: 10px;
  }
  
  .captures2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px;
  }

  .appCapture {
      height: auto;
      max-height: 60vh;
      max-width: 60vw;
      padding: 15px;
  }

  .appStore {
      height: auto;
      max-height: 50vh;
      max-width: 20vw;
      margin: 15px;
  }

  .spacer {
      width: 5vw;
  }

  .copyright {
      padding: 10px;
  }