@font-face{
  font-family: 'FFMetaPro';
  src: url('FFMetaProBoldIt.TTF')
  }

@font-face{
  font-family: 'Medium';
  src: url('FFMetaProMedium.TTF');
}
@font-face{
  font-family: 'Regular';
  src: url('FFMetaProRegular.TTF');
}
body {
 background: rgb(253 200 47);
  color: black;
  font-family: 'FFMetaPro';
}
h1 {
  text-align: center;
  font-size: 75px;
  color: white;
  background-color: black;
}

p1 {
  font-size: 85%;
  text-align: center;

}

#Bus {
  text-align: center;
  font-family: 'Medium';
}

#list {
  text-align: center;
  list-style-type: none;
}