body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
  font-size: 35px;
}


footer {
    margin-top: auto;
}




.chart {
  width: 100%;
  min-height: 250px;
}

.card {
    min-height: 450px;
}

.spacer5 {
  height: 10px;
}

.popout { position: absolute !important;}