@font-face {
  font-family: "Dummies";
  src: url("Dummies_.ttf");
}

h1 {
  color: white;
  background-color: black;
  background-image: url("banner2.png");
  width: 1024px;
  height: 220px;
}

h2 {
  padding-left: 2em;
  font-family: Dummies;
}

.warning{
  color: red;
}