body{
    background: #210138;
}

.wrapper{
    padding: 5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.scratch-code{
    width: 250px;
    height: 250px;
}

.code-content {
    padding: 20px;
    background-color: #43056e;
    height:250px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-content img{
    opacity: 0;
}

.btn-back{
    background: #7203c0;
    color: #fff;
    display: block;
    margin: 2rem auto 0;
}

.btn-back:hover,.btn-back:focus,.btn-back:active,:not(.btn-check)+.btn:active{
    background: #7203c0;
    color: #fff;
}

.btn-back img{
    width: 24px;
}