@font-face {
  font-family: 'Font';
  src: url('./fonts/Font.ttf')  format('truetype'),
       url('./fonts/Font.woff2') format('woff2'),
       url('./fonts/Font.woff') format('woff');
}
.title {
  font-family: 'Font', sans-serif;
}
.img-block {
  max-height: 350px;
}
.od-bg-darkblue {
  background-color: #25a2be !important;
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 50%;
  display: none;
  border-radius: 100%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%)
}
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 0.5s all linear;
}
.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.card-header {
  position: relative;
  text-align: center;
}
.cardTitle {
  color: white;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}