html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4fabf8;
}

.top-left-panel {
    position: absolute;
    top: 50px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27vw;
    aspect-ratio: 0.45 / 1;
    background-color: #88ccbd;
    border-radius: 4.05vw;
}

.bitmoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    overflow: hidden;
}

.bitmoji img {
    display: block;
    width: 50vw;
    height: 50vw;
}

.bitmoji-panel img {
    width: 18vw;
    height: 18vw;
}
