body {
    background-color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    margin: 0px;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3em;
    margin-bottom: 3em;
    color: white;
}


header>h2 {
    text-align: center;
    margin:0.2em;
}

main {
    background-color: #30819c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainContainerPrivacy {
    font-size: 8px;
    color: black;
    margin-top: 10em;
    margin-bottom: 10em;
    width: 70%;
}

.mainContainerPrivacy > h1,
.mainContainerPrivacy > h2,
.mainContainerPrivacy > h3,
.mainContainerPrivacy > h4,
.mainContainerPrivacy > h5,
.mainContainerPrivacy > h6 {
    font-weight: bold;
}

footer {
    font-family:"Verdana","Arial";
    background-color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
    font-size: 10px;
}

footer > a {
    font-family:"Verdana","Arial";
    font-size: 3em;
    font-weight: lighter;
    color: white;
    margin: 0px;
}

.footerText:first-child {
    margin-top: 1em;
    margin-bottom: 0.4em;
}

.footerText:last-child {
    margin-bottom: 1em;
}

.AppTitleContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
}

.PrivacyContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
    margin-bottom: 2em;
    height: 1em;
    width: 30%;
}

.AppContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 2em;
}

img.logo {
    height:7em;
    object-fit: contain;
}

img.title {
    margin-left: 1em;
    height: 4em;
    object-fit: contain;
}

img.appIcon {
    height:6em;
    object-fit: contain;
}

img.appQRCode {
    height:13em;
    width: 13em;
    object-fit: contain;
    border-radius: 10%;
    margin-top: 0.5em;
    margin-bottom: 3em;
}

img.badgeAppStore {
    height:4em;
    width: 13em;
    object-fit: contain;
    vertical-align: middle;
    margin-top: 0.5em;
    margin-bottom: 2em;

}

a.privacyText {
    font-family:"Verdana","Arial";
    font-size: 0.8em;
    font-weight: lighter;
    color: white;
    text-decoration: none;
    margin-left: 0.5em;
    margin-right: 0.5em;
    text-decoration-line: underline;
}

h1 {
    font-family:"Verdana","Arial";
    font-size: 4em;
    font-weight: lighter;
    margin: 0px;
}

h2 {
    font-family:"Verdana","Arial";
    font-size: 3.5em;
    font-weight: lighter;
    margin: 0px;
}

h3 {
    font-family:"Verdana","Arial";
    font-size: 3em;
    font-weight: lighter;
    margin: 0px;
}

h4 {
    font-family:"Verdana","Arial";
    font-size: 2.5em;
    font-weight: lighter;
    margin: 0px;
}

h5 {
    font-family:"Verdana","Arial";
    font-size: 2em;
    font-weight: lighter;
    margin: 0px;
}

h6 {
    font-family:"Verdana","Arial";
    font-size: 1.5em;
    font-weight: lighter;
    margin: 0px;
}

p {
    font-family:"Verdana","Arial";
    font-size: 2.5em;
    text-align: justify;
    margin: 0px;
}

p.helpIcon {
    font-size: 1.5em;
    text-align: center;
    color: white;
    margin: 0px;
}

ul {
    list-style-type: circle;
}

li {
    font-family:"Verdana","Arial";
    font-size: 2.5em;
    text-align: justify;
}

@media only screen and (max-width: 990px) {
    .PrivacyContainer {
        width: 50%;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        font-size: 15px;
    }
    
    .PrivacyContainer {
        width: 100%;
    }

    img.logo {
        height:8em;
    }

    img.title {
        margin-left: 0.5em;
        height: 4em;
    }
    
    .mainContainerPrivacy {
        font-size: 8px;
        color: black;
        margin-top: 3em;
        margin-bottom: 3em;
        width: 90%;

    }
}

@media only screen and (max-width: 389px) {
    body {
        font-size: 10px;
    }
    footer {
        font-size: 5px;
    }
    
    .PrivacyContainer {
        width: 100%;
    }
    
    .mainContainerPrivacy {
        font-size: 8px;
        color: black;
        margin-top: 3em;
        margin-bottom: 3em;
        width: 90%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}
