body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 100;
    background-color:  rgb(30, 30, 30);
    color: rgb(181, 206, 168);
    /*background-color:  rgb(255, 255, 255);
    color: rgb(30, 30, 30);*/
    text-align: center;
    margin: 0px;
}

.header {
    cursor: pointer;
    padding: 15px;
    font-size: 20px;
    text-align: right;
}

.title {
    margin-top: 70px;
    margin-bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 50px;
}

.title-app {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 50px;
}

.app-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 45px;
}

.app-title {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
}

.title-description {
    margin-bottom: 50px;
}

.paragraph {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
}

.bullet:before {
    content: "\2022";
}

.privacy {
    font-size: 20px;
}

.separator {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 20px;
}

.app-block {
    display: inline-block;
    width: 95%;
    margin-bottom: 10px;
}

.app-image {
    width: 200px
}

.applestore-image {
    margin-top: 40px;
}

.button {
    cursor: pointer;
    width: 140px;
    border-style: solid;
    border-color: rgb(181, 206, 168);
    border-radius: 5px;
    border-width: 1px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 20px;
}

.screen-h {
    display: inline-block;
    width: 800px;
}
@media only screen and (max-width: 850px) {
    .screen-h {
        width: 400px;
    }
}
@media only screen and (max-width: 500px) {
    .screen-h {
        width: 400px;
    }
}
@media only screen and (max-width: 410px) {
    .screen-h {
        width: 300px;
    }
}

.screen-v {
    height: 500px;
}

.col-2 {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
@media only screen and (max-width: 900px) {
    .col-2 {
        display: block;
        width: 100%;
    }
}