html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Karla', sans-serif;
}

:root {
    --background: #080B0D;
    --text-color: #ffffff;
    --title-color: #E4E4E4;
    --link-color: #287CC9;
}

body {
    background-color: var(--background);
    color: var(--text-color);
}

body.privacy-policy {
    color: var(--background);
    background-color: var(--text-color);
}

.wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-policy {
    padding: 20px 20px;
    font-size: 16px;
    line-height: 18px;
}

@media only screen and (min-width:768px) {
    .privacy-policy {
        padding: 20px 10px;
    }
}
.privacy-policy h1{
    text-align: center;
    font-size: 40px;
}
.privacy-policy h2 {
    margin-top: 40px;
    font-size: 24px;
    line-height: 28px;
}
.privacy-policy .wrapper{
    max-width: 800px;
}

.box {
    padding-top: 98px;
    text-align: center;
    /* background-image: url('light-2-o80.png');
    background-repeat: no-repeat;   
    background-position: top center; */
}

.anylyze {
    max-width: 260px;
    height: auto;
}

.content {
    margin-top: 100px;
}

.galaxy {
    background-image: url(graphic.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
    background-size: 1100px 1157px;
    height: 1157px;
    width: 1100px;
    transform: translateX(calc(-50% + 50vw));
    margin-top: -432px;
}

.galaxy svg {
    margin-top: 338px;
}

.title {
    font-weight: 700;
    color: var(--title-color);
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
}

.text {

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: left;
    padding-left: 45px;
    padding-right: 45px;

}

.bottom {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 52px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 27px;
    margin-right: 27px;
    padding-bottom: 30px;
}

.blue-text {
    float: left;
}

.blue-text a {
    color: var(--link-color);
    text-decoration: none;
}

.copyright {
    float: right;
    font-style: italic;
    opacity: 50%;
}

.bottom::after {
    clear: both;
    content: '';
    display: block;
}

.download {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    z-index: 99;
    position: relative;
}

.download a {
    display: block;
}

.download img {
    max-width: 200px;
}

.app-store {
    margin-bottom: 25px;
}


@media only screen and (min-width: 768px) {
    .app-store {
        margin-right: 85px;
        margin-bottom: 0;
    }

    .download {
        width: 490px;
    }

    .download a {
        display: inline;
    }

    .bottom {
        margin-top: 142px;
    }

    .content {
        margin-top: 91px;
    }

    .text {
        margin-bottom: 70px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        width: 695px;
        position: relative;
        z-index: 99;
    }

    .text a {
        color: var(--link-color);
        text-decoration: none;
    }

    .box {
        padding-top: 148px;
    }

    .title br {
        display: none;
    }

    .text br {
        display: none;
    }

    .galaxy {
        margin-top: -319px;
    }
}

@media only screen and (min-width: 1120px) {
    .bottom {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .galaxy {
        transform: none;
    }
}
