.code {

position: absolute;
margin-left: 230px;
margin-top: 80px;
}

#token {
    background-color: rgb(170, 170, 170);
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
    width: 300px;
    font-size: 30px;
}

.code button {
    position: absolute;
    background-color: rgb(105, 105, 105);
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 1px;
    height: 56px;
    width: 100px;
   
}