@font-face {
font-family: 'Igiari';
font-weight: 400;
src: url('fonts/Igiari.woff2') format('woff2'),
url(fonts/Igiari.woff) format('woff')
}

body {
  font-family: "Igiari";
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-top: 1000px ;
  font-size: 30px;

}

body {
  background-image: url('Bulletin Board.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}