body {
  padding: 50px;
  font: 14px;
  font-family: "Barlow", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: "lora", serif; 
}

a {
  color: #00B7FF;
}

.logo{
  width: 150px !important;
}

footer{
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

#footerLogo{
  
  float: right;
}

.float-container {
  display: flex;
  gap: 4px;
}

.float-child {
  text-align: left;
} 

.title-left {
  text-align: left;
}

.alert-banner {
  background-color: #f8f9ffe7!important; 
  color: #333; 
  padding: 10px;
  text-align: center;
}
