@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

h1.Advertisement {
  font-family: 'Roboto Condensed', cursive;
  font-weight: 500;
  color: #fff;
  font-size: 35px;
  margin-left: 0px;
  margin-right: 0px;  
  text-align: center;
  margin-top:100px;
  margin-bottom:0px;
}

h1.Advertisementfooter {
  font-family: 'Roboto Condensed', cursive;
  font-weight: 500;
  color: #fff;
  font-size: 15px;
  display:inline;
  margin-left: 0px;
  margin-right: 0px;  
  text-align: center;
  margin-top:0px;
  margin-bottom:0px;
}