@font-face {
  font-family: "PWChalk";
  src: url("../fonts/PWChalk.ttf");
}
/* Header/Blog Title */

.header {
    font-family: "PWChalk";
    font-weight: 700;
    color: white;
    height: 20%;
    text-align: center;
    background-color: green;
}
