* {
    font-family: 'Poppins', sans-serif; /* Apply Poppins to all text elements */
    margin: 0;
    padding: 0;
  }
  
  .banner {
    width: 100%;
    height: 120vh;
    background-image: url(images/background99.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  

  #FS{
    font-weight: bold;
    color: white;
    margin-bottom: 0;
    margin-top: 310px;
  }

  #rtx{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: lemonchiffon;
  }
