body {
    background: #fff;
}

.canva-container {
    display: flex;
    height: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #2f2d2d;
}

iframe {
  min-height: 96vh;
    max-height: 96vh;
    position: relative; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    border: none; 
    padding: 0; 
    margin: 0;
}

iframe .i8uyCw._7vS1Yw._682gpw.
iframe .dark {
    background: #fff !important;
}

div.canva-wrapper {
    position: absolute; 
    width: 95%; 
    height: auto;
    /*aspect-ratio: 1.778 / 1; */
    padding-top: 0; 
    padding-bottom: 0; 
    box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); 
    margin-top: 0; m
    argin-bottom: 0; 
    overflow: hidden; 
    border-radius: 8px; 
    will-change: transform;
}