main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    gap: 30px;
}

main > #qr-code {
    box-shadow: #64646f67 0px 7px 29px 0px;
}

main > #address {
    align-items: center;
    user-select: all;
    display: flex;
    gap: 5px;
}
main > #address > #icon {
    user-select: none;
    height: 20px;
}