body {
    background-color: #216B3A;
    font-family: verdana;
    display: flex;
    justify-content: center;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20rem;
}

.imagem{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.imagem img{
    width: 300px;
    height: auto;
}

.pix_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 5%;
    margin-top: 0px;
}

.pix_box input {
    width: 100%;
    height: 33px;
    border-radius: 20px;
    border-style: solid;
}

.copiar{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.copiar button{
    width: 150px;
    height: 41px;
    border-radius: 20px;
    font-size: 1.2rem;
    border-style: solid;
}

form {
    width: 100%;
}




