body {
    background-color: #ff8e32;
}

.topBar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8e32;
}

.by {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
    margin-left: 5%;
    margin-right: 5%
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
    margin-left: 5%;
    margin-right: 5%
}

.features {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
    margin-left: 5%;
    margin-right: 5%
}

.featureslist {
    background-color:white;
}

.screenshots {
    background-color:white;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 40%;
}

.screenshotslist{
    display: flex;
    align-items: wrap;
    background-color:white;
    margin-left: 5%;
    margin-right: 5%;
}

.disclaimer {
    /*display: flex;
    justify-content: center;
    align-items: center;
    */
    background-color:white;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 15%;
}

.card {
    padding-left: 10;
    margin-left: 10;
}

.bottombar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff8e32;
}