body {
    font-family: 'Oswald', sans-serif;
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 1.2;
    }
  
    .centered {
        font-family: 'Oswald', sans-serif;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50vh;
        width: 100%;
        color: aliceblue;
      }
      
#animation-container {
  display: none;
  width: 300px;
  height: 300px;
  background-image: url('path/to/animation.gif');
  background-repeat: no-repeat;
  background-position: center;
}
