.top{
    width: 100%;
}
.operation{
    width: 100%;
    height: 10rem;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.operation-options{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.operation-options .icon{
    width: 3rem;  
}

.operation-options .text{
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 0.5rem;
}

.scancode{
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.scanbtn{
    width: 90%;
    height: 4rem;
    background-color: #f2533d;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    font-size: 1.7rem;
    color: #ffffff;
    letter-spacing: 0.5rem;
}

.scanicon{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
}