@font-face {                  
  font-family: 'Barecast';
  src: url(https://humantooth.neocities.org/fonts/Barecast-Regular.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
}

@keyframes blinking{
    50% {transform: scale(1.5); color: red}
}

.notfound {
    text-align: center;
    font-family: 'Barecast';
}

h2 {
    animation-name: blinking;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}