@import url("https://fonts.googleapis.com/css2?family=Corben&family=Mulish&family=Outfit&family=Raleway:wght@300&display=swap");

body {
    width: auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: #4FAA89;
}

#qrCodeBox {
    height: 550px;
    width: 355px;
    background: #fffffd;
    border-radius: 20px 20px 20px 20px;
}

#qrCodeSquareFrame {
    width: 320px;
    height: 320px;
    background: #4FAA89;
    border-radius: 10px;
    margin: 17px;
    border: solid 1px #4FAA89;
    position: relative;
}

.centered {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#qrcode {
    mix-blend-mode: screen;
}

#bubble_01 {
    width: 210px;
    height: 180px;
    background: #4FAA89;
    position: absolute;
    border-radius: 15px 0 15rem 0;
}

#bubble_02 {
    width: 155px;
    height: 110px;
    background: #4FAA89;
    position: absolute;
    top: 210px;
    left: 165px;
    border-radius: 100% 0 10px 0;
}

.text {
    width: 90%;
    flex-direction: column;
    text-align: center;
    font-family: Outfit;
    font-size: 18px;
    color: #4FAA89;
    margin: 10px;
}

#one {
    font-weight: 700;
    font-size: 25px;
    color: #4FAA89;
}

#two {
    margin-top: -7px;
}
