body {
    margin     : 0 auto;
    text-align : center;
    max-width  : 475px;
    font-family: Rubik !important;
    color      : #fff;
    display    : block;
}

#download-app-page {
    background: linear-gradient(to bottom, #97b0ff -12%, #635de5);;
    overflow  : auto;
    height    : 100%;
}

#canopy_logo {
    width : 40%;
    margin: 60px auto 30px auto;
}

.content {
    margin: 0 5px;
}

img {
    width : 109%;
    margin: 0 -15px;
}

p {
    font-size: 16px;
}

p.bigger {
    font-size: 18px;
}

.btn,
a.link {
    width        : 90%;
    height       : 40px;
    padding      : 9px 12px;
    background   : #fff;
    border       : 1px solid #fff !important;
    border-radius: 8px !important;
    margin       : 5px auto;
    color        : #655BE0;
    line-height  : 1.7;
    font-weight: bold;
    /* margin-top   : 28vh; */
}

.guide-link {
    color: #fff;
    color: inherit;
    text-decoration: underline;
    margin-top: 20px;
}

.vertical-margin {
    margin: 30px 0;
}

.iframe-container {
    margin-top: 10px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio: 9/16 = 56.25% */
    /* height: 0; */
  }

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bold {
    font-weight: 600;
}

a.link {
    background: none !important;
    color     : #fff !important;
}

.bottom {
    position: fixed;
    bottom  : 20px;
    width   : 92%;
}

.installation-links-wrapper {
    margin-top: 40px;
    display:flex;
    flex-direction: column;
  }