html, body {
    margin: 0;
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat', serif;
    font-size: 16px;
    text-align: center;
    background: #5756CE;
    background-image: linear-gradient(180deg,#3A39B4,#5756CE);
    color: #ffffff;
}
header {
    flex: none;
    text-align: left;
    padding:24px;
}
footer {
    flex: none;
    padding:24px;
    border-top: 1px solid #6261D8;
    
}
main {
    overflow-y: scroll;
    flex: auto;
}
h2 {
    font-size: 72px;
    font-weight: 900;
    background-image: linear-gradient(180deg, #FFF, #CAF0FF, #E4C4F4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0px;
    border: none;
}
h4 {
    font-size: 32px;
    font-weight: 900;
    background-image: linear-gradient(180deg, #FFF, #CAF0FF, #E4C4F4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0px;
    border: none;
}
h5 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0px;
}
.caption{
    font-size: 12px;
    font-weight: 400;
    color: #CAF0FF;
}
.brand{
    font-size: 24px;
    font-weight: 700;
}
.brand img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
}
.brand span {
    vertical-align: middle;
    padding-right: 8px;
}
a:-webkit-any-link{
    color: #ffffff;
    text-decoration: none;
}
.container{
    margin: 0;
    position: relative;
    top: 8%;
    left: 0;
    margin-right: 0;
    transform:none;
    padding-left: 28%;
    padding-right: 28%;
}
#privacy-policy.container{
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    transform:none;
    padding-left: 28%;
    padding-right: 28%;
}
.download{
    padding-top: 72px;
    padding-bottom: 72px;
}
.download h5{
    color: #CAF0FF;
}

button{
    border: 0px;
    color: white;
    padding-left: 56px; 
    padding-right: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top:8px;
    font-family: 'Montserrat', serif;
    border-radius: 100px;
    box-shadow: 0px 5px 8px #cccccc;
    background: #34C759;
    text-align: center;
}
.button-ios{
    border: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    font-family: 'Montserrat', serif;
    border-radius: 100px;
    background: #5756CE;
    text-align: center;
    background-image: url("images/apple-shape-2.png");
    background-repeat: no-repeat;
    background-size: 32px 32px; 
    background-position: 19px;
    text-decoration: none;
    width: 72px;
    height: 72px;
    display:inline-block;
    margin: 8px;
}
.button-google{
    border: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top:8px;
    font-family: 'Montserrat', serif;
    border-radius: 100px;		
    background: #5756CE;
    text-align: center;
    background-image: url("images/google-shape-2.png");
    background-repeat: no-repeat;
    background-size: 32px 32px; 
    background-position: 22px;
    text-decoration: none;
    display:inline-block;
    width: 72px;
    height: 72px;
    margin: 8px;
}	

.button-google:hover{
    background-image: url("images/google-shape-2.png");
    background-repeat: no-repeat;
    background-size: 32px 32px; 
    background-position: 22px;
    box-shadow: 0px 5px 8px #cccccc;
}
.button-ios:hover{
    background-image: url("images/apple-shape-2.png");
    background-repeat: no-repeat;
    background-size: 32px 32px; 
    background-position: 19px;
    box-shadow: 0px 5px 8px #cccccc;
}
@media (max-width: 968px) {
    h2 {
    font-size: 56px;
    font-weight: 900;
    background-image: linear-gradient(180deg, #FFF, #CAF0FF, #E4C4F4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0px;
}
.container{
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    transform:none;
    padding-left: 32px;
    padding-right: 32px;
}
#privacy-policy.container{
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    transform:none;
    padding-left: 32px;
    padding-right: 32px;
}
.download{
    padding-top: 24px;
    padding-bottom: 24px;
}
}
@media (max-width: 414px) {

header {
    flex: none;
    text-align: left;
    padding:16px;
}	
    footer {
    flex: none;
    padding:16px;
}
h2 {
    font-size: 40px;
    font-weight: 900;
    background-image: linear-gradient(180deg, #FFF, #CAF0FF, #E4C4F4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 24px;
    padding-bottom: 8px;
    margin: 0px;
    line-height: 40px;
}
h4 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}
h5 {
    font-size: 24px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0px;
}
.brand{
    font-size: 20px;
    font-weight: 700;
}
.brand img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
    width: 40px;
    height: 40px;
}
.brand span {
    vertical-align: middle;
    padding-right: 8px;
}
.container{
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    transform:none;
    padding-left: 24px;
    padding-right: 24px;
}
#privacy-policy.container{
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    transform:none;
    padding-left: 24px;
    padding-right: 24px;
}

.download{
    padding-top: 16px;
    padding-bottom: 16px;
}
.rocket {
    width: 216px;
    height: 216px;
}
}