/* @font-face {
     font-family: name;
     src: url("path");
} */
/* @font-face {
     font-family: CanvaSansDisplayBold;
     src: url("CanvaSansDisplayBold.woff");
 }  
 @font-face {
     font-family: CanvaSansMedium;
     src: url("CanvaSansMedium.woff");
 }   */
 @font-face {
    font-family: 'CanvaBold';
    src: url('CanvaSansDisplay-Bold.woff2') format('woff2'),
         url('CanvaSansDisplayBold.woff') format('woff');
 }

 @font-face {
    font-family: 'CanvaMedium';
    src: url('CanvaSans-Medium.woff2') format('woff2'),
         url('CanvaSansMedium.woff') format('woff');
 }
 .cta-centered {
     display: flex;
     flex-direction: column;
     justify-content: center;
 }
 #bg {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
 }
 #frame1Image2-wrapper {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
 }
 #frame1Image-wrapper {
     position: absolute;
     left: 372px;
     top: 0px;
     width: 225px;
     height: 90px;
 }
 #app-cta-wrapper {
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     top: 0px;
     right: 10px;
     width: 111px;
     height: 90px;
 }
 #cta-wrapper {
     position: relative;
     width: auto;
     height: auto;
     border-radius: 3px;
 }
 #app-wrapper {
     position: relative;
     display: none;
     flex-direction: column;
     justify-content: space-evenly;
     align-items: center;
     width: auto;
     height: 66px;
 }
 #frame1Headline-wrapper {
    position: absolute;
    left: 165px;
    top: 18px;
    width: 186px;
    height: 51px;
 }
 #logo-wrapper {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 169px;
     height: 90px;
 }
 #ctaText {
    position: relative;
    font-family: 'CanvaMedium';
    font-size: 10px;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0em;
    color: #ffffff;
    margin: 6px 7px;
 }
 #frame1Headline {
    display: flex;
    align-items: center;
    width: 186px;
    height: 51px;
    font-family: 'CanvaBold';
    font-size: 20px;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0em;
    color: #ffffff;
 }
 img {
     width: inherit;
     height: inherit;
 }
 #logo2,#logo3 {
     width: 85px;
     height: 25px;
 }
 /* #ctaText.winFirefox {
    top: 1px;
 }
 #ctaText.macFirefox {
    top: 1px;
 } */