* {
    font-family: 'Roboto', sans-serif !important;
}
html {
    height: 100%;
}
body{
    color: rgb(255, 255, 255);    
}
a {
    text-decoration: none;
    color: #323032;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    outline: none;
}
.topBar {
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0 30px;
    text-align: center;
    position: relative;
    margin: 0;
}
.topBar .nameTitle {
    font-size: 16px;
    margin: 0 20px 4px;
    font-weight: bold;
}
.topBar .subTitle {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    margin: 0 20px 0;
    vertical-align: middle;
    opacity: 0.8;
}
.bodyCont{
    max-width: 480px;
    margin: 0 auto;    
}
.boxCenter {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    position: relative;
    margin-top: 120px;
}
.imageStore {
    width: 200px;
    height: auto;
    border: 0;
    margin: 0 0 15px;
    padding: 0;
}
.imgLogoApp {
    width: 120px;
    padding: 20px 10px;
    border: 0;
    margin: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 14px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 1px rgb(0 0 0 / 20%);
    margin-bottom:15px;
    background-color: white;
}
.storeLink {
    padding: 0;
    cursor: pointer;
}
.backgroundBody{
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(rgb(68, 113, 136), rgb(252, 186, 112));
}

.descTagRead {
    color: white;    
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 0 0 20px;
    word-wrap: break-word;
    white-space: pre-line;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0.3px; 
}
@media (min-width: 480px){
    .descTagRead {
        color: rgb(68, 113, 136);    
    }
    .backgroundBody {
        height: 270px !important;
    }
    .imageStore {
        margin: 20px 0 0;
    }
    .topBar {
        padding-top: 40px;
    }
    .boxCenter {
        padding: 60px 80px 30px;
        background: #fff !important;
        height: auto !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 10px 14.1px 0.9px rgb(0 0 0 / 24%), 0px 4px 19.6px 0.4px rgb(0 0 0 / 16%);
        -moz-box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.24), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 10px 14.1px 0.9px rgb(0 0 0 / 24%), 0px 4px 19.6px 0.4px rgb(0 0 0 / 16%);
    }
    .sh-background {
        height: 270px !important;
    }    
}