@font-face {
  font-family: "mainFont";
  src: url("antonsc-regular-webfont.woff2") format("woff2"),
    url("antonsc-regular-webfont.woff") format("woff");
}
body {
  font-family: mainFont, sans-serif;
  background: navy;
  color: orangered;
  font-size: 100px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
}
p {
  font-size: 30px;
  font-weight: normal;
}
