@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');

html {
    background: rgb(68,67,73);
    background: linear-gradient(180deg, rgba(68,67,73,1) 0%, rgba(13,12,18,1) 100%);
}

a, a:visited, a:focus, a:hover{
    color: white;
    opacity: 0.9;
    text-decoration: none;
    cursor: pointer;

    text-decoration: none;
    color: #aaf;
    text-shadow: none;
    -webkit-transition: 500ms linear 0s;
    -moz-transition: 500ms linear 0s;
    -o-transition: 500ms linear 0s;
    transition: 500ms linear 0s;
    outline: 0 none;
}

a:hover
{
    color: #fff;
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

a:visited {
}    

body {
    margin: 0;
    color: white;
    min-height: 100vh;
    min-width: 100vw;
    max-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side-block {
    flex: 0 25%;
}

.title-block {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    padding: 10px;
}

appstore-text {
    font-family: 'Poppins', sans-serif;
    font-size: 4vmin;
    text-align: center;
}

privacy-container {
    display: flax;
    flex-direction: column;
    width: 70vw;
    font-family: 'Poppins', san-serif;
}

privacy-container h1 {
    font-family: 'Bungee', cursive;
    font-size: 2em;
}

privacy-container h2 {
    font-family: 'Bungee', cursive;
    font-size: 1.25em;
    padding-top: 25px;
    border-top: 1px dashed white;
}

appstore-container {
    display: flex;
    flex-direction: column;
    width: 70vw;
}

appstore-list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-itens: center;
    max-width: 70vw;
}

appstore {
    flex: 1 50%;
    max-width: 24vw;
    margin: 5px;
    text-align: center;
}

watermark {
    z-index: 0;
    opacity: 3%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

watermark-title1 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 25vw;
    text-align: center;
}

watermark-title2 {
    font-family: 'Roboto';
    font-weight: lighter;
    font-size: 14vw;
    text-align: center;
}

content-wraper {
    z-index: 1;
}

content {
    display: flex;
    flex-flow: row;
    height: 100%;
    align-content: center;
    padding: 5px;
    padding-top: 20px;
}

message-container {
    display: flex;
    flex-direction: row;
    width: 60vmax;
}

message-icon img {
    height: 150px;
    margin: auto;
}

message-icon {
    flex: 0;
    margin-right: 20px;
    align-self: center;
}

message-code {
    font-family: 'Bungee', cursive;
    flex: 0 10%;
    font-size: 4vmin;
}

message-list {
    flex: 1 90%;
}

message-text {
    font-family: 'Poppins', sans-serif;
    font-size: 2vmin;
    text-align: justified;
}

message-return {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5vmin;
    text-align: justified;
}

money {
   position: fixed;
   display: flex;
   left: 0;
   top: 0;
   width: 100%;
   justify-content: flex-end;
   align-items: center;
   padding-top: 25px;
}

money-item {
   padding-right: 15px;
}

.money-image {
   max-height: 4vmin;
}

footer {
   position: fixed;
   display: flex;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
   justify-content: space-between;
   align-items: center;
   padding-bottom: 25px;
}

footer-item {
    padding: 0 15px;
    font-size: 2vmin;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-weight: lighter;
}

footer-item.text-secondary {
    color: #777;
    text-align: left;
}

footer-item.text-secondary a {
    color: #aaa;
}

footer-item > img {
   max-height: 1.5vmin;
}

.bvits {
    max-height: 2vmin;
    padding-right: 5px;
}
/*
@media only screen and (max-width: 102px) {
    .appstore-list {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .appstore {
        padding-bottom: 5px;
    }
}
*/
