body {
  padding: 1rem;
  background-color: rgb(253, 191, 76);
  text-align: center;
}
#popup-status {
    font-size: 1.25rem;
    font-weight: bold;
    color: red;
    margin-bottom: 1rem;
}
#storage-info {
  white-space: pre-wrap;
}
