.footer{ 
  /* position:absolute; */
  /* bottom:15px; */
  height:30px;
  border-top:1px solid gray;
  width: 100%;
  text-align: center;
  background-color: lightgray;
}

.error-card {
  background-color: rgb(253, 155, 155);
  text-align: center;
  color: rgb(126, 0, 0)
}

.store-button {
  height: 4em;
  width : 80%;
}

.container {
  min-height: calc(100vh - 100px);
  margin-bottom: 15px;
}

.resultFrame {
  width : 100%;
  height: 400px;
  overflow: scroll;
  border: 1px solid black;
  
}

.resultFrame * {
  white-space: pre;
  font-family: monospace;
  display: block;
}