@font-face {
    font-family: 'Fixedsys Excelsior 3.01';
    font-style: normal;
    font-weight: normal;
    src: local('Fixedsys Excelsior 3.01'), url('/fonts/FSEX300.woff') format('woff');
    }

body {
  background-image: url('https://web.archive.org/web/20091019182128/http://www.geocities.com/metalmanowar/nurple-static-bright.gif');
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-family: 'Fixedsys Excelsior 3.01';
  text-shadow: 0 0 7px crimson;
}

.me {
  transition: 3s;
}

.me:hover {
  -webkit-filter: invert(1);
}