#appInstallContainer {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}
.storeImageContainer {
    text-align: center;
}

.storeImage {
    display: inline-block;
    width: 40ch;
    max-width: 95%;
}

#listpicContainer {
    display: flex;
    justify-content: space-between;
}

#screenShot1 {
    height: 15em;
}
