/* /static/css/custom.css */
.min-vh-30 {
    min-height: 30vh;
  }


.half-opacity {
    --bs-bg-opacity: 0.5;
  }
  
.spacer-60 {
    clear: both;
    height: 60px;
  }


/* custom.css */
.form-control {
  font-weight: 500;
}

.text-large {
  font-size: 28px;
}


.djheader {
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgb(198, 198, 198);
    color: white;
    text-align: center;
  }
  
  .djfooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(198, 198, 198);
    color: white;
    text-align: center;
  }
  