.title-banner-bg {
    background-image: url("../images/bg4.png");

    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.body-bg {
    background-color: #5FDF54;
}

@font-face { 
  font-family: GlacialIndifference; 
  src: url('GlacialIndifference-Regular.otf'); 
} 

.font-glacial {
    font-family: GlacialIndifference;
}