.feather {
  width: 24px;
  height: 24px;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.flex-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 2em;
}

#qrcode > img {
    width: 300px;
}

#qrcode {
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

#delete-col {
    width: 100px
}

.delete_button {
    padding-top: 4em;
}