html {
  height: 100%;
  width: 100%;
}

/* body {
  background-image: url('https://res.cloudinary.com/djjgtti7t/image/upload/v1746532139/gospelbackground_pl5e8o.jpg')
} */

* {
  font-family: "Roboto", sans-serif;
  background-color: white;
}

.toplogo {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.toplogo img {
  height: 60px !important;
  object-fit: contain !important;
  margin: 0 10px !important;
  display: inline-block !important;
}