html, body {
    background: #f5f7fa;
}

body {
    display: flex;
    font-family: Raleway;
}

.left {
    padding-right: 2em;
    border-right: 1px solid #ccc;
}


.form {
    padding: 1em;
    width: 250px;
    position: sticky;
    top: 0;
}

.form .input {
    display: block;
    width: 100%;
    margin: 2em 0;
}

.form .input[name=review] {
    height: 300px;
}

.images {
    width: 100%;

}

.images > div {
    margin: 4em auto;
    position: relative;
}

.images canvas {
    position: absolute;
    top: 0;
    left: 0;
}


.dl-wrap {
    margin: 1em 0;
    text-align: center;
}

.dl-wrap a {
    text-decoration: none;
    font-size: 1.6em;
}

.ig-story {
    width: 1080px;
    height: 1920px;
    background: #3d0180;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ig-story p {
    margin: 0;
}

.ig-story .review {
    margin: 100px;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
}

.ig-story .quote {
    color: #7a00ff;
    font-weight: 700;
    font-size: 300px;
    line-height: 0;
    position: relative;
    top: 130px;
}

.ig-story .member {
    font-weight: 700;
    margin-top: 48px !important; 
}

.ig-story .since {
    opacity: 75%;
}

.ig-story .logo {
    position: absolute;
    bottom: 320px;
    left: calc(50% - 108px);
}

.ig-story .logo img {
    width: 216px;
}

.ig-story .tp {
    position: absolute;
    bottom: 256px;
    left: calc(50% - 230px);
}
.ig-story .tp img {
    width: 460px;
}