body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: white;
}

.app-container { 
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    text-align: center;
    /*box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
    padding: 0px;
    width:80%;
    Height:60%;
    margin-top: 50px;
    font-size:18px;
    background: white;
    border-radius: 8px;   
}

.app-logo {
    width: 240px;
    height: auto;
    margin-bottom: 5px;
}

.store-buttons {
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between ;
    align-items: center;
}

.apple-badge {
    height: 50px;
    width: auto;
    margin-left:10px;
}
.google-badge {
    height: 75px;
    width: auto;
    margin-left: 15px;
}

.titulo {
  text-align:center;
  margin-bottom:15px;
}

