.fit-cover {
  object-fit: cover;
}

body > .container:first-of-type {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

body > .container:first-of-type .row.g-0 {
  width: 100%;
}

body > .container:first-of-type .row.g-0 .col:nth-child(2) #animatedTextBackground {
  display: flex;
  justify-content: center;
}

body > .container:first-of-type .row.g-0 .col:nth-child(3) {
  display: flex;
  justify-content: center;
}

