html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100%;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.code {
    font-size: 36px;
    text-align: center;
}

.div-sticker-img {
    float: right;
    border-radius: 20%;
    width: 256px;
    height: 256px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}